Skip to content

Commit 2e47b93

Browse files
authored
Add WinGet installation option to README (#148)
Updated installation instructions to include WinGet.
1 parent d42c5a2 commit 2e47b93

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,15 @@ Perfect for:
4141

4242
## 📦 Installation
4343

44-
The easiest way to use the CLI is to download the latest build from GitHub Releases.
44+
### WinGet
45+
46+
The easiest way to use the CLI is via WinGet (Windows Package Manager). In Terminal, simply run:
47+
48+
`winget install Microsoft.WinAppCLI`
49+
50+
### Download Release Manually
51+
52+
Or, download the latest build from GitHub Releases:
4553

4654
**[👉 Download Latest Build](https://github.com/microsoft/WinAppCli/releases/latest)**
4755

@@ -55,7 +63,7 @@ The easiest way to use the CLI is to download the latest build from GitHub Relea
5563

5664
### Adding to Path
5765

58-
The easiest way to use the CLI globally is to install it via the [MSIX installer](https://github.com/microsoft/WinAppCli/releases/latest).
66+
The easiest way to use the CLI globally is to install it via WinGet or the [MSIX installer](https://github.com/microsoft/WinAppCli/releases/latest).
5967

6068
You can also add it manually: Windows Search → Edit the system environment variables → Environment Variables → Path → Edit → New → Add the location (folder) of winapp CLI.
6169

0 commit comments

Comments
 (0)