Skip to content

Commit 333dcfa

Browse files
authored
Update brew install instructions to include required --cask (#61890)
1 parent 817ec3e commit 333dcfa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/copilot/how-tos/copilot-cli/cli-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Use one of these commands:
4242
* **macOS/Linux (Homebrew)**
4343

4444
```bash copy
45-
brew install copilot-cli
45+
brew install --cask copilot-cli
4646
```
4747

4848
## Starting the CLI for the first time

content/copilot/how-tos/copilot-cli/set-up-copilot-cli/install-copilot-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ winget install GitHub.Copilot.Prerelease
7272
### Installing with Homebrew (macOS and Linux)
7373

7474
```shell copy
75-
brew install copilot-cli
75+
brew install --cask copilot-cli
7676
```
7777

7878
To install the prerelease version:
7979

8080
```shell copy
81-
brew install copilot-cli@prerelease
81+
brew install --cask copilot-cli@prerelease
8282
```
8383

8484
### Installing with the install script (macOS and Linux)

0 commit comments

Comments
 (0)