diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-04 13:07:35 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-04 13:07:35 +0100 |
commit | 5499cadbdfbbc1919e3c8fdc358bf2ce45910dab (patch) | |
tree | f1a3e1b456403f04193c1101920a0bb858a61285 /README.org | |
parent | Fix (diff) | |
download | st-5499cadbdfbbc1919e3c8fdc358bf2ce45910dab.tar.gz st-5499cadbdfbbc1919e3c8fdc358bf2ce45910dab.tar.bz2 st-5499cadbdfbbc1919e3c8fdc358bf2ce45910dab.tar.xz st-5499cadbdfbbc1919e3c8fdc358bf2ce45910dab.tar.zst st-5499cadbdfbbc1919e3c8fdc358bf2ce45910dab.zip |
Added raw README
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,9 +14,9 @@ patches, added some compilation flags and fixed the code accordingly. To install this build, run these commands: #+BEGIN_SRC shell -user$ git clone git://jozanleclerc.xyz/jozan/st.git -user$ cd st -user$ make +$ git clone git://jozanleclerc.xyz/jozan/st.git +$ cd st +$ make # make install clean #+END_SRC |