commit 46ea446

delthas  ·  2023-07-26 12:06:09 +0000 UTC
parent b0f10b5
Recommend using make by default

Now that scdoc is optional, it should be easier for users.
1 files changed,  +9, -0
+9, -0
 1@@ -19,9 +19,18 @@ From source (requires Go):
 2 ```shell
 3 git clone git.sr.ht/~taiite/senpai/cmd/senpai
 4 cd senpai
 5+make
 6+sudo make install
 7+```
 8+
 9+For a simple Go local install:
10+```shell
11+git clone git.sr.ht/~taiite/senpai/cmd/senpai
12+cd senpai
13 go install ./cmd/senpai
14 ```
15 
16+
17 ## Running
18 
19 From your terminal: