Skip to content

Commit

Permalink
Update instructions for Alpine Linux (#2034)
Browse files Browse the repository at this point in the history
The package has been renamed from `yq` to `yq-go` to match other distros.
  • Loading branch information
jirutka committed May 12, 2024
1 parent 9010809 commit d9adcdb
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9adcdb

Please sign in to comment.