diff options
author | jozan <jozan@noemail.net> | 2020-11-27 23:20:59 +0000 |
---|---|---|
committer | jozan <jozan@noemail.net> | 2020-11-27 23:20:59 +0000 |
commit | 55cd879dc324d92d35b283e87b261cba23f15660 (patch) | |
tree | b2e3d60f7c72678314ea6bb39c918060af1f6618 | |
parent | Good (diff) | |
download | unixize-55cd879dc324d92d35b283e87b261cba23f15660.tar.gz unixize-55cd879dc324d92d35b283e87b261cba23f15660.tar.bz2 unixize-55cd879dc324d92d35b283e87b261cba23f15660.tar.xz unixize-55cd879dc324d92d35b283e87b261cba23f15660.tar.zst unixize-55cd879dc324d92d35b283e87b261cba23f15660.zip |
Fix
FossilOrigin-Name: 2353beee6ad3cef192e1acaa1c93b0c4259e72e975bc3807803009552364cafc
-rw-r--r-- | README.org | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -20,23 +20,23 @@ You can get *unixize* either through ~git~ or ~fossil~. For ~fossil~ use: #+BEGIN_SRC shell -$ mkdir unixize -$ cd unixize -$ fossil clone https://chiselapp.com/user/JozanLeClerc/repository/unixize unixize.fossil -$ fossil open --force unixize.fossil +mkdir unixize +cd unixize +fossil clone https://chiselapp.com/user/JozanLeClerc/repository/unixize unixize.fossil +fossil open --force unixize.fossil #+END_SRC or for ~git~: #+BEGIN_SRC shell -$ git clone git://jozanleclerc.xyz/jozan/unixize.git -$ cd unixize +git clone git://jozanleclerc.xyz/jozan/unixize.git +cd unixize #+END_SRC Then build the program: #+BEGIN_SRC shell -$ make -# make install clean +make +sudo make install clean #+END_SRC * End note Please note that unixize was tested only on FreeBSD at the moment. Linux and macOS tests are coming soon. You can report bug on -[[GitHub][https://github.com/JozanLeClerc/unixize.git]]. +[[https://github.com/JozanLeClerc/unixize.git][GitHub]]. |