mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-06 04:45:39 +00:00
Update README with winget installation instructions
Added installation instructions for yq using winget. Signed-off-by: Adda Younes Abdelatif <77890224+addayounes@users.noreply.github.com>
This commit is contained in:
parent
8f3291d316
commit
90f4453f60
@ -303,7 +303,12 @@ scoop install main/yq
|
|||||||
```
|
```
|
||||||
|
|
||||||
Using [winget](https://learn.microsoft.com/en-us/windows/package-manager/)
|
Using [winget](https://learn.microsoft.com/en-us/windows/package-manager/)
|
||||||
|
```powershell
|
||||||
|
winget install MikeFarah.yq
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Alternatively, you can specify the package id explicitly:
|
||||||
|
```powershell
|
||||||
winget install --id MikeFarah.yq
|
winget install --id MikeFarah.yq
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user