mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 16:55:40 +00:00
Adding instructions to install on Arch Linux
This commit is contained in:
parent
88a6b20ba5
commit
85bf4d19ac
@ -95,6 +95,11 @@ brew install yq
|
|||||||
snap install yq
|
snap install yq
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Arch Linux via:
|
||||||
|
```
|
||||||
|
pacman -S yq
|
||||||
|
```
|
||||||
|
|
||||||
#### Snap notes
|
#### Snap notes
|
||||||
`yq` installs with [_strict confinement_](https://docs.snapcraft.io/snap-confinement/6233) in snap, this means it doesn't have direct access to root files. To read root files you can:
|
`yq` installs with [_strict confinement_](https://docs.snapcraft.io/snap-confinement/6233) in snap, this means it doesn't have direct access to root files. To read root files you can:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user