From c180189dd02464d91903954ee1868cec30f5da08 Mon Sep 17 00:00:00 2001 From: Alejo Date: Mon, 19 Jan 2026 09:32:15 -0300 Subject: [PATCH] Update Winget installation command with explicit flags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eda8d797a..32398ce47 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Then, [set up your shell for fnm](#shell-setup) #### Using Winget (Windows) ```sh -winget install Schniz.fnm +winget install --id Schniz.fnm -e --source winget ``` #### Using Scoop (Windows)