diff --git a/.github/actions/spell-check/whitelist/whitelist.txt b/.github/actions/spell-check/whitelist/whitelist.txt index a3e90bf63..ed3ec9337 100644 --- a/.github/actions/spell-check/whitelist/whitelist.txt +++ b/.github/actions/spell-check/whitelist/whitelist.txt @@ -2657,6 +2657,7 @@ wincontypes WINCORE windbg WINDEF +winget WINDIR windll WINDOWALPHA diff --git a/README.md b/README.md index 63f6a90a1..2b753899a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,14 @@ For users who are unable to install Terminal from the Microsoft Store, Terminal > * Be sure to install the [Desktop Bridge VC++ v14 Redistributable Package](https://www.microsoft.com/en-us/download/details.aspx?id=53175) otherwise Terminal may not install and/or run and may crash at startup > * Terminal will not auto-update when new builds are released so you will need to regularly install the latest Terminal release to receive all the latest fixes and improvements! +#### Via Windows Package Manager CLI (aka winget) + +[winget](https://github.com/microsoft/winget-cli) users can download and install the latest Terminal release by installing the `Microsoft.WindowsTerminal` package: + +```powershell +winget install --id=Microsoft.WindowsTerminal -e +``` + #### Via Chocolatey (unofficial) [Chocolatey](https://chocolatey.org) users can download and install the latest Terminal release by installing the `microsoft-windows-terminal` package: