mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08: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…
x
Reference in New Issue
Block a user