aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJozanLeClerc <>2022-04-29 20:38:07 +0000
committerJozanLeClerc <>2022-04-29 20:38:07 +0000
commit4fc84781ddefd2f84135449518cc478c545c1c16 (patch)
tree888b1302100f22d852b5e5dfe7bc21c6a5de5622 /README.md
parentUpdate to allow builing on fbsd13 with clang11 as default C compiler (diff)
downloadbsdsetsid-4fc84781ddefd2f84135449518cc478c545c1c16.tar.gz
bsdsetsid-4fc84781ddefd2f84135449518cc478c545c1c16.tar.bz2
bsdsetsid-4fc84781ddefd2f84135449518cc478c545c1c16.tar.xz
bsdsetsid-4fc84781ddefd2f84135449518cc478c545c1c16.tar.zst
bsdsetsid-4fc84781ddefd2f84135449518cc478c545c1c16.zip
README updateHEADmaster
FossilOrigin-Name: c440f8a882ec6448ea924ed257c1a7b6ae698c8b
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 36f2775..b0339c5 100644
--- a/README.md
+++ b/README.md
@@ -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
```