aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--README.md6
-rw-r--r--README.org2
3 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index c917abc..0b93881 100644
--- a/README
+++ b/README
@@ -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:
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
```
diff --git a/README.org b/README.org
index afff15f..b65bf29 100644
--- a/README.org
+++ b/README.org
@@ -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: