From 90f4453f60f33b6d4c7c03199f746fe4c43e9fe4 Mon Sep 17 00:00:00 2001 From: Adda Younes Abdelatif <77890224+addayounes@users.noreply.github.com> Date: Wed, 27 May 2026 15:14:36 +0200 Subject: [PATCH] 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> --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 25e4895f..e67a21d4 100644 --- a/README.md +++ b/README.md @@ -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 ```