From 200b6f6c33d577e2996b9f45f87a56b90163f2ed Mon Sep 17 00:00:00 2001 From: Albert S Date: Thu, 20 Aug 2020 10:54:39 +0200 Subject: [PATCH] README.md: Add Alpine install instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 81d5555..0440dfc 100644 --- a/README.md +++ b/README.md @@ -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 ```