Skip to content

Commit acfad01

Browse files
authored
Merge pull request #740 from krehel/add-homebrew-install
add Homebrew install to README
2 parents 2e74346 + 9902479 commit acfad01

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
@@ -51,6 +51,12 @@ Install with [WinGet](https://github.com/microsoft/winget-cli):
5151
winget install GitHub.Copilot
5252
```
5353

54+
Install with [Homebrew](https://brew.sh/):
55+
56+
```bash
57+
brew install copilot-cli
58+
```
59+
5460
### Launching the CLI
5561

5662
```bash

0 commit comments

Comments
 (0)