README.md: Add Alpine install instructions

这个提交包含在:
Albert S. 2020-08-20 10:54:39 +02:00
父节点 bcc561d578
当前提交 200b6f6c33
共有 1 个文件被更改,包括 8 次插入0 次删除

查看文件

@ -85,6 +85,14 @@ sudo apt-get update
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
To install from source, run
```