File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -45,21 +45,14 @@ If you have access to GitHub Copilot via your organization or enterprise, you ca
4545npm install -g @github/copilot
4646```
4747
48- #### macOS and Linux
49-
50- ``` bash
51- curl -fsSL https://gh.io/copilot-install | bash
52- ```
48+ #### Windows
5349
54- Or
50+ Install with [ WinGet ] ( https://github.com/microsoft/winget-cli ) :
5551
5652``` bash
57- wget -qO- https://gh.io/copilot- install | bash
53+ winget install GitHub.Copilot
5854```
5955
60- Set ` PREFIX ` to install to ` $PREFIX/bin/ ` directory. Defaults to ` /usr/local `
61- when run as root or ` $HOME/.local ` when run as a non-root user.
62-
6356#### macOS
6457
6558Install with [ Homebrew] ( https://formulae.brew.sh/cask/copilot-cli ) :
@@ -68,14 +61,21 @@ Install with [Homebrew](https://formulae.brew.sh/cask/copilot-cli):
6861brew install copilot-cli
6962```
7063
71- #### Windows
64+ #### macOS and Linux
7265
73- Install with [ WinGet] ( https://github.com/microsoft/winget-cli ) :
66+ ``` bash
67+ curl -fsSL https://gh.io/copilot-install | bash
68+ ```
69+
70+ Or
7471
7572``` bash
76- winget install GitHub.Copilot
73+ wget -qO- https://gh.io/copilot-install | bash
7774```
7875
76+ Set ` PREFIX ` to install to ` $PREFIX/bin/ ` directory. Defaults to ` /usr/local `
77+ when run as root or ` $HOME/.local ` when run as a non-root user.
78+
7979### Launching the CLI
8080
8181``` bash
You can’t perform that action at this time.
0 commit comments