Skip to content

Commit bcceede

Browse files
authored
Merge pull request #96 from microsoft/nmetulev-patch-1
Clarify installation method for CLI in README
2 parents 64db312 + 6a1ca4a commit bcceede

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,13 @@ The easiest way to use the CLI is to download the latest build from GitHub Relea
4747

4848
| Package | Description | Use Case |
4949
|---------|-------------|----------|
50-
| **`winapp_[platform]-[version].msix`** | 📦 MSIX Installer |
50+
| **`winapp_[platform]-[version].msix`** | 📦 MSIX Installer | Easy to install, automatically added to path, great for general usage |
5151
| **`winappcli-[platform].zip`** | 📦 Standalone Binaries | Portable, no install needed - great for CI/CD |
5252
| **`microsoft-winappcli-[version].tgz`** | 📚 NPM Package | For Node.js/Electron projects |
5353

5454
### Adding to Path
5555

56-
The easiest way to use the CLI globally is to add it to the PATH.
57-
58-
**Add to Path**:
59-
60-
Windows Search → Edit the system environment variables → Environment Variables → Path → Edit → New → Add the location (folder) of `winapp.exe`
56+
The easiest way to use the CLI globally is to install it via the MSIX installer
6157

6258
## 📋 Usage
6359

0 commit comments

Comments
 (0)