From 165949041d8515b8e28fc065824ee1b29af96413 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 5 Jan 2021 13:03:36 +1100 Subject: [PATCH] Added v3 snap instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1f98c702..74b89395 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,12 @@ brew install yq snap install yq ``` +or, for the v3 version: + +``` +snap install yq --channel=v3/stable +``` + #### 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: