Skip to content

Commit d9adcdb

Browse files
authored
Update instructions for Alpine Linux (mikefarah#2034)
The package has been renamed from `yq` to `yq-go` to match other distros.
1 parent 9010809 commit d9adcdb

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,18 @@ sudo port install yq
295295
Supported by @herbygillot (https://ports.macports.org/maintainer/github/herbygillot)
296296

297297
### Alpine Linux
298-
- Enable edge/community repo by adding ```$MIRROR/alpine/edge/community``` to ```/etc/apk/repositories```
299-
- Update database index with ```apk update```
300-
- Install yq with ```apk add yq```
301298

302-
Supported by Tuan Hoang
303-
https://pkgs.alpinelinux.org/package/edge/community/x86/yq
299+
Alpine Linux v3.20+ (and Edge):
300+
```
301+
apk add yq-go
302+
```
303+
304+
Alpine Linux up to v3.19:
305+
```
306+
apk add yq
307+
```
308+
309+
Supported by Tuan Hoang (https://pkgs.alpinelinux.org/packages?name=yq-go)
304310

305311

306312
## Features

0 commit comments

Comments
 (0)