mirror of
https://github.com/mikefarah/yq.git
synced 2025-02-12 18:45:45 +00:00
Added Alpine Linux instructions
This commit is contained in:
parent
1507f929a2
commit
ee732fbf0b
@ -25,6 +25,15 @@ choco install yq
|
|||||||
```
|
```
|
||||||
Supported by @chillum
|
Supported by @chillum
|
||||||
|
|
||||||
|
### Alpine Linux
|
||||||
|
- Enable community repo by adding ```$MIRROR/alpine/v$VERSION/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
|
||||||
|
|
||||||
|
|
||||||
### Ubuntu and other Linux distros supporting `snap` packages:
|
### Ubuntu and other Linux distros supporting `snap` packages:
|
||||||
```
|
```
|
||||||
snap install yq
|
snap install yq
|
||||||
|
Loading…
Reference in New Issue
Block a user