diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | README.org | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -22,7 +22,7 @@ For fossil use: $ fossil open --force bsdsetsid.fossil or for git: - $ git clone git://jozanleclerc.xyz/jozan/bsdsetsid.git + $ git clone git://gitjoe.xyz/jozan/bsdsetsid.git $ cd bsdsetsid Then build and install the program: @@ -28,14 +28,16 @@ For `fossil` use: ```sh mkdir bsdsetsid cd bsdsetsid -fossil clone https://chiselapp.com/user/JozanLeClerc/repository/bsdsetsid bsdsetsid.fossil +fossil clone \ + https://chiselapp.com/user/JozanLeClerc/repository/bsdsetsid \ + bsdsetsid.fossil fossil open --force bsdsetsid.fossil ``` or for `git`: ```sh -git clone git://jozanleclerc.xyz/jozan/bsdsetsid.git +git clone git://gitjoe.xyz/jozan/bsdsetsid.git cd bsdsetsid ``` @@ -21,7 +21,7 @@ fossil open --force bsdsetsid.fossil #+END_SRC or for ~git~: #+BEGIN_SRC shell -git clone git://jozanleclerc.xyz/jozan/bsdsetsid.git +git clone git://gitjoe.xyz/jozan/bsdsetsid.git cd bsdsetsid #+END_SRC Then build and install the program: |