From b90e1e9cdc002341b5e70644829935dc93a72026 Mon Sep 17 00:00:00 2001 From: 3nprob <74199244+3nprob@users.noreply.github.com> Date: Fri, 1 Jul 2022 05:58:05 +0000 Subject: [PATCH] Add Alpine repository to README (#124) Co-authored-by: 3np <3np@example.com> --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 916e95f0..b62e2ce6 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,13 @@ Authenticator RS is also available from [AUR](https://aur.archlinux.org/packages pacman -U authenticator-rs-bin-x.x.x-1-x86_64.pkg.tar.xz +#### Alpine Linux + +Available in Alpine from (edge/testing)[https://pkgs.alpinelinux.org/package/edge/testing/aarch64/authenticator-rs]. + + # echo '@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories + # apk update + apk add authenticator-rs@testing ## Building (dev)