From 4fc84781ddefd2f84135449518cc478c545c1c16 Mon Sep 17 00:00:00 2001 From: JozanLeClerc <> Date: Fri, 29 Apr 2022 20:38:07 +0000 Subject: README update FossilOrigin-Name: c440f8a882ec6448ea924ed257c1a7b6ae698c8b --- README | 2 +- README.md | 6 ++++-- README.org | 2 +- 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: -- cgit v1.2.3