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:
Adda Younes Abdelatif 2026-05-27 15:14:36 +02:00 committed by GitHub
parent 8f3291d316
commit 90f4453f60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,7 +303,12 @@ scoop install main/yq
```
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
```