aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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
```