README.md: Add Alpine install instructions
This commit is contained in:
父節點
bcc561d578
當前提交
200b6f6c33
@ -85,6 +85,14 @@ sudo apt-get update
|
|||||||
sudo apt-get install adhocify
|
sudo apt-get install adhocify
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Alpine
|
||||||
|
```
|
||||||
|
wget https://repo.quitesimple.org/repo%40quitesimple.org-5f3d101.rsa.pub -O /etc/apk/repo@quitesimple.org-5f3d101.rsa.pub
|
||||||
|
echo "https://repo.quitesimple.org/alpine/quitesimple/" >> /etc/apk/repositories
|
||||||
|
apk update
|
||||||
|
apk add adhocify
|
||||||
|
```
|
||||||
|
|
||||||
## Other
|
## Other
|
||||||
To install from source, run
|
To install from source, run
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user