mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
Added v3 snap instructions
This commit is contained in:
parent
04491e13c3
commit
e9591e0cd5
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user