From 0f3f1c31d00f94e52cade771c61ee6a95dafab8f Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 3 Nov 2021 21:51:43 +1100 Subject: [PATCH] Updating README --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 523b5c2a..26717799 100644 --- a/README.md +++ b/README.md @@ -73,25 +73,11 @@ Using [Homebrew](https://brew.sh/) brew install yq ``` -or, for the (deprecated) v3 version: - -``` -brew install yq@3 -``` - -Note that for v3, as it is a versioned brew it will not add the `yq` command to your path automatically. Please follow the instructions given by brew upon installation. - ### Linux via snap: ``` snap install yq ``` -or, for the (deprecated) 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: @@ -277,6 +263,6 @@ Use "yq [command] --help" for more information about a command. ``` ## Known Issues / Missing Features - `yq` attempts to preserve comment positions and whitespace as much as possible, but it does not handle all scenarios (see https://github.com/go-yaml/yaml/tree/v3 for details) -- Powershell has its own...opinions: https://mikefarah.gitbook.io/yq/usage/tips-and-tricks#quotes-in-windows-powershell +- Powershell has its own...[opinions on quoting yq](https://mikefarah.gitbook.io/yq/usage/tips-and-tricks#quotes-in-windows-powershell) See [tips and tricks](https://mikefarah.gitbook.io/yq/usage/tips-and-tricks) for more common problems and solutions. \ No newline at end of file