aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorjozan <jozan@noemail.net>2020-11-27 23:20:59 +0000
committerjozan <jozan@noemail.net>2020-11-27 23:20:59 +0000
commit55cd879dc324d92d35b283e87b261cba23f15660 (patch)
treeb2e3d60f7c72678314ea6bb39c918060af1f6618 /README.org
parentGood (diff)
downloadunixize-55cd879dc324d92d35b283e87b261cba23f15660.tar.gz
unixize-55cd879dc324d92d35b283e87b261cba23f15660.tar.bz2
unixize-55cd879dc324d92d35b283e87b261cba23f15660.tar.xz
unixize-55cd879dc324d92d35b283e87b261cba23f15660.tar.zst
unixize-55cd879dc324d92d35b283e87b261cba23f15660.zip
Fix
FossilOrigin-Name: 2353beee6ad3cef192e1acaa1c93b0c4259e72e975bc3807803009552364cafc
Diffstat (limited to 'README.org')
-rw-r--r--README.org18
1 files 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]].