Skip to content

Commit bbcca4a

Browse files
authored
Update installation instructions
1 parent 1190c65 commit bbcca4a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,34 @@ If you have access to GitHub Copilot via your organization or enterprise, you ca
3939

4040
### Installation
4141

42-
Install globally with npm:
42+
#### Any platform with npm
4343

4444
```bash
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+
```
53+
54+
Or
55+
56+
```bash
57+
wget -qO- https://gh.io/copilot-install | bash
58+
```
59+
60+
#### macOS
61+
4862
Install with [Homebrew](https://formulae.brew.sh/cask/copilot-cli):
4963

5064
```bash
5165
brew install copilot-cli
5266
```
5367

68+
#### Windows
69+
5470
Install with [WinGet](https://github.com/microsoft/winget-cli):
5571

5672
```bash

0 commit comments

Comments
 (0)