Skip to content

Commit 2e74346

Browse files
authored
Add WinGet command to README (#724)
* Add WinGet command to README
1 parent 6fba102 commit 2e74346

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ Install globally with npm:
4545
npm install -g @github/copilot
4646
```
4747

48+
Install with [WinGet](https://github.com/microsoft/winget-cli):
49+
50+
```bash
51+
winget install GitHub.Copilot
52+
```
53+
4854
### Launching the CLI
4955

5056
```bash

0 commit comments

Comments
 (0)