Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,15 @@ Perfect for:

## 📦 Installation

The easiest way to use the CLI is to download the latest build from GitHub Releases.
### WinGet

The easiest way to use the CLI is to via WinGet (Windows Package Manager). In Terminal, simply run:

`winget install Microsoft.WinAppCLI`

### Download Release Manually

Or, download the latest build from GitHub Releases:

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

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

### Adding to Path

The easiest way to use the CLI globally is to install it via the [MSIX installer](https://github.com/microsoft/WinAppCli/releases/latest).
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).

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.

Expand Down