Update instructions for Alpine Linux

The package has been renamed from `yq` to `yq-go` to match other distros.
This commit is contained in:
Jakub Jirutka 2024-05-09 01:25:56 +02:00 committed by GitHub
parent 1748171463
commit d2742b8e46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -295,12 +295,18 @@ sudo port install yq
Supported by @herbygillot (https://ports.macports.org/maintainer/github/herbygillot) Supported by @herbygillot (https://ports.macports.org/maintainer/github/herbygillot)
### Alpine Linux ### 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 Alpine Linux v3.20+ (and Edge):
https://pkgs.alpinelinux.org/package/edge/community/x86/yq ```
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 ## Features