commit 4565542

delthas  ·  2023-07-18 10:32:28 +0000 UTC
parent cb5c712
doc: Fix installation instructions

Running go install from the URL is not supported because of the
replace directives in the go.mod.
1 files changed,  +3, -1
+3, -1
 1@@ -17,7 +17,9 @@ senpai is an IRC client that works best with bouncers:
 2 
 3 From source (requires Go):
 4 ```shell
 5-go install git.sr.ht/~taiite/senpai/cmd/senpai@master
 6+git clone git.sr.ht/~taiite/senpai/cmd/senpai
 7+cd senpai
 8+go install ./cmd/senpai
 9 ```
10 
11 ## Running