This commit is contained in:
Mike Farah 2021-01-06 15:22:29 +11:00
parent bde419aaee
commit 2957210e65

View File

@ -40,6 +40,14 @@ Using [Homebrew](https://brew.sh/)
brew install yq brew install yq
``` ```
or, for the 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: ### Linux via snap:
``` ```
snap install yq snap install yq