mirror of
https://github.com/mikefarah/yq.git
synced 2025-03-14 15:55:37 +00:00
improve community supported installation options for Windows (#1761)
- 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:
parent
6609ed76ec
commit
596dda8c53
16
README.md
16
README.md
@ -257,6 +257,9 @@ pacman -S go-yq
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Windows:
|
### Windows:
|
||||||
|
|
||||||
|
Using [Chocolatey](https://chocolatey.org)
|
||||||
|
|
||||||
[](https://chocolatey.org/packages/yq)
|
[](https://chocolatey.org/packages/yq)
|
||||||
[](https://chocolatey.org/packages/yq)
|
[](https://chocolatey.org/packages/yq)
|
||||||
```
|
```
|
||||||
@ -264,12 +267,15 @@ choco install yq
|
|||||||
```
|
```
|
||||||
Supported by @chillum (https://chocolatey.org/packages/yq)
|
Supported by @chillum (https://chocolatey.org/packages/yq)
|
||||||
|
|
||||||
and
|
Using [scoop](https://scoop.sh/)
|
||||||
|
```
|
||||||
|
scoop install main/yq
|
||||||
|
```
|
||||||
|
|
||||||
### Winget
|
Using [winget](https://learn.microsoft.com/en-us/windows/package-manager/)
|
||||||
winget install yq
|
```
|
||||||
|
winget install --id MikeFarah.yq
|
||||||
https://winget.run/pkg/MikeFarah/yq
|
```
|
||||||
|
|
||||||
### Mac:
|
### Mac:
|
||||||
Using [MacPorts](https://www.macports.org/)
|
Using [MacPorts](https://www.macports.org/)
|
||||||
|
Loading…
Reference in New Issue
Block a user