From 8ef18d3c8880bd4dd2ebf4bf41163bf2f0f33ec9 Mon Sep 17 00:00:00 2001 From: d-caldasCaridad <67610317+d-caldasCaridad@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:13:16 -0500 Subject: [PATCH] README: Fix the winget install instructions (#14236) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29024feb37..08819d607a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ the latest Terminal release by installing the `Microsoft.WindowsTerminal` package: ```powershell -winget install --id=Microsoft.WindowsTerminal -e +winget install --id Microsoft.WindowsTerminal -e ``` #### Via Chocolatey (unofficial)