From 55cd879dc324d92d35b283e87b261cba23f15660 Mon Sep 17 00:00:00 2001 From: jozan Date: Fri, 27 Nov 2020 23:20:59 +0000 Subject: Fix FossilOrigin-Name: 2353beee6ad3cef192e1acaa1c93b0c4259e72e975bc3807803009552364cafc --- README.org | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index ffb681f..0c1f799 100644 --- a/README.org +++ b/README.org @@ -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]]. -- cgit v1.2.3