diff options
author | JozanLeClerc <> | 2022-04-29 20:38:07 +0000 |
---|---|---|
committer | JozanLeClerc <> | 2022-04-29 20:38:07 +0000 |
commit | 4fc84781ddefd2f84135449518cc478c545c1c16 (patch) | |
tree | 888b1302100f22d852b5e5dfe7bc21c6a5de5622 /README.md | |
parent | Update to allow builing on fbsd13 with clang11 as default C compiler (diff) | |
download | bsdsetsid-4fc84781ddefd2f84135449518cc478c545c1c16.tar.gz bsdsetsid-4fc84781ddefd2f84135449518cc478c545c1c16.tar.bz2 bsdsetsid-4fc84781ddefd2f84135449518cc478c545c1c16.tar.xz bsdsetsid-4fc84781ddefd2f84135449518cc478c545c1c16.tar.zst bsdsetsid-4fc84781ddefd2f84135449518cc478c545c1c16.zip |
FossilOrigin-Name: c440f8a882ec6448ea924ed257c1a7b6ae698c8b
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 ``` |