diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-05 12:47:04 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-05 12:47:04 +0200 |
commit | 0f610e09c8e8ac89f1c529700c6e6ce99a673b1a (patch) | |
tree | 28519719b52b86243bf3497edb83141d6011736e /README.org | |
parent | Added README (diff) | |
download | go2work-0f610e09c8e8ac89f1c529700c6e6ce99a673b1a.tar.gz go2work-0f610e09c8e8ac89f1c529700c6e6ce99a673b1a.tar.bz2 go2work-0f610e09c8e8ac89f1c529700c6e6ce99a673b1a.tar.xz go2work-0f610e09c8e8ac89f1c529700c6e6ce99a673b1a.tar.zst go2work-0f610e09c8e8ac89f1c529700c6e6ce99a673b1a.zip |
README update
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -25,12 +25,10 @@ is straight forward: #+BEGIN_SRC shell git clone git://jozanofastora.xyz/jozan/go2work.git cd go2work -make sudo make install clean #+END_SRC Note that on BSD systems you want to use ~gmake~ instead of ~make~: #+BEGIN_SRC shell -gmake sudo gmake install clean #+END_SRC |