1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Add Windows installation via scoop (#2188)

This commit is contained in:
Marcin Kłopotek
2023-06-16 14:55:29 +02:00
committed by GitHub
parent d2f1ddbd5a
commit 0567d26923

View File

@ -105,6 +105,9 @@ body:
* Use [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/)
to install jq 1.6 with `winget install jqlang.jq`.
* Use [`scoop`](https://scoop.sh/) to install latest jq version with
`scoop install jq`.
* Use [Chocolatey NuGet](https://chocolatey.org/) to install jq 1.6 with
`chocolatey install jq`.