Skip to content

Commit a77f445

Browse files
committed
Reorder for clarity maybe
1 parent b344a06 commit a77f445

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,14 @@ If you have access to GitHub Copilot via your organization or enterprise, you ca
4545
npm 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

6558
Install with [Homebrew](https://formulae.brew.sh/cask/copilot-cli):
@@ -68,14 +61,21 @@ Install with [Homebrew](https://formulae.brew.sh/cask/copilot-cli):
6861
brew 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

0 commit comments

Comments
 (0)