From ee732fbf0bdefd68c670185e54bc1c6e0bacdd63 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sun, 13 Sep 2020 10:09:02 +1000 Subject: [PATCH] Added Alpine Linux instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 42e19b3..f30d4cc 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,15 @@ choco install yq ``` Supported by @chillum +### Alpine Linux +- Enable community repo by adding ```$MIRROR/alpine/v$VERSION/community``` to ```/etc/apk/repositories``` +- Update database index with ```apk update``` +- Install yq with ```apk add yq``` + +Supported by Tuan Hoang +https://pkgs.alpinelinux.org/package/edge/community/x86/yq + + ### Ubuntu and other Linux distros supporting `snap` packages: ``` snap install yq