commit aee34a4
delthas
·
2025-03-16 13:43:47 +0000 UTC
parent 55e1370
doc: Mention system package repositories
1 files changed,
+2,
-9
+2,
-9
1@@ -27,7 +27,8 @@ Your nick will be set to your SSH username.
2
3 ## Installing
4
5-From source (requires Go):
6+- From your system package repositories: [`senpai`](https://repology.org/project/senpai-irc/versions)
7+- From source (requires Go):
8 ```shell
9 git clone https://git.sr.ht/~delthas/senpai
10 cd senpai
11@@ -35,14 +36,6 @@ make
12 sudo make install
13 ```
14
15-For a simple Go local installation:
16-```shell
17-git clone https://git.sr.ht/~delthas/senpai
18-cd senpai
19-go install ./cmd/senpai
20-```
21-
22-
23 ## Running
24
25 From your terminal: