Adding instructions to install on Arch Linux

This commit is contained in:
João Farias 2023-02-05 13:25:57 +01:00 committed by GitHub
parent 88a6b20ba5
commit 85bf4d19ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: