improve community supported installation options for Windows

- Add missing package manager (scoop)
- Improve winget installationn example & add link to reference documentation
- Add link to missing reference documentation for chocolatey
This commit is contained in:
Nikolas Grottendieck 2023-08-21 19:36:00 +02:00
parent 6609ed76ec
commit 25050b67fe
No known key found for this signature in database
GPG Key ID: 44A3563E46261FBA

View File

@ -257,6 +257,9 @@ pacman -S go-yq
```
### Windows:
Using [Chocolatey](https://chocolatey.org)
[![Chocolatey](https://img.shields.io/chocolatey/v/yq.svg)](https://chocolatey.org/packages/yq)
[![Chocolatey](https://img.shields.io/chocolatey/dt/yq.svg)](https://chocolatey.org/packages/yq)
```
@ -264,12 +267,15 @@ choco install yq
```
Supported by @chillum (https://chocolatey.org/packages/yq)
and
Using [scoop](https://scoop.sh/)
```
scoop install main/yq
```
### Winget
winget install yq
https://winget.run/pkg/MikeFarah/yq
Using [winget](https://learn.microsoft.com/en-us/windows/package-manager/)
```
winget install --id MikeFarah.yq
```
### Mac:
Using [MacPorts](https://www.macports.org/)