commit 35166df
Bryant Conquest
·
2023-08-11 04:17:45 +0000 UTC
parent c9cbb9d
update git clone to pull from repository
1 files changed,
+2,
-2
+2,
-2
1@@ -28,7 +28,7 @@ Your nick will be set to your SSH username.
2
3 From source (requires Go):
4 ```shell
5-git clone git.sr.ht/~taiite/senpai/cmd/senpai
6+git clone https://git.sr.ht/~taiite/senpai
7 cd senpai
8 make
9 sudo make install
10@@ -36,7 +36,7 @@ sudo make install
11
12 For a simple Go local install:
13 ```shell
14-git clone git.sr.ht/~taiite/senpai/cmd/senpai
15+git clone https://git.sr.ht/~taiite/senpai
16 cd senpai
17 go install ./cmd/senpai
18 ```