From d9adcdb6689e00e4dd6daa9779895404d5596531 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 12 May 2024 03:55:06 +0200 Subject: [PATCH] Update instructions for Alpine Linux (#2034) The package has been renamed from `yq` to `yq-go` to match other distros. --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f62576996c..f339b6cf44 100644 --- a/README.md +++ b/README.md @@ -295,12 +295,18 @@ sudo port install yq Supported by @herbygillot (https://ports.macports.org/maintainer/github/herbygillot) ### Alpine Linux -- 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``` -Supported by Tuan Hoang -https://pkgs.alpinelinux.org/package/edge/community/x86/yq +Alpine Linux v3.20+ (and Edge): +``` +apk add yq-go +``` + +Alpine Linux up to v3.19: +``` +apk add yq +``` + +Supported by Tuan Hoang (https://pkgs.alpinelinux.org/packages?name=yq-go) ## Features