From e0f5cb3c5958e57c7f250a7030e92c768c1b2b19 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Thu, 1 Oct 2020 09:20:32 +1000 Subject: [PATCH] Update README.md Fixing alpine instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bcf52c..c7282c3 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ choco install yq Supported by @chillum (https://chocolatey.org/packages/yq) ### Alpine Linux -- Enable community repo by adding ```$MIRROR/alpine/v$VERSION/community``` to ```/etc/apk/repositories``` +- Enable edge/community repo by adding ```$MIRROR/alpine/edge/community``` to ```/etc/apk/repositories``` - Update database index with ```apk update``` - Install yq with ```apk add yq```