Added v3 snap instructions

This commit is contained in:
Mike Farah 2021-01-05 13:03:36 +11:00
parent 04491e13c3
commit e9591e0cd5

View File

@ -45,6 +45,12 @@ brew install yq
snap install yq snap install yq
``` ```
or, for the v3 version:
```
snap install yq --channel=v3/stable
```
#### 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: