From 333dcfa247e790252755f12ed9e29cf48b83e9dd Mon Sep 17 00:00:00 2001 From: Ricardo Fearing <9965014+rfearing@users.noreply.github.com> Date: Wed, 24 Jun 2026 19:18:29 -0400 Subject: [PATCH] Update brew install instructions to include required `--cask` (#61890) --- content/copilot/how-tos/copilot-cli/cli-getting-started.md | 2 +- .../copilot-cli/set-up-copilot-cli/install-copilot-cli.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/copilot/how-tos/copilot-cli/cli-getting-started.md b/content/copilot/how-tos/copilot-cli/cli-getting-started.md index 925f0bc75697..35c80c9fad77 100644 --- a/content/copilot/how-tos/copilot-cli/cli-getting-started.md +++ b/content/copilot/how-tos/copilot-cli/cli-getting-started.md @@ -42,7 +42,7 @@ Use one of these commands: * **macOS/Linux (Homebrew)** ```bash copy - brew install copilot-cli + brew install --cask copilot-cli ``` ## Starting the CLI for the first time diff --git a/content/copilot/how-tos/copilot-cli/set-up-copilot-cli/install-copilot-cli.md b/content/copilot/how-tos/copilot-cli/set-up-copilot-cli/install-copilot-cli.md index ea650ef39933..da4bdab7db13 100644 --- a/content/copilot/how-tos/copilot-cli/set-up-copilot-cli/install-copilot-cli.md +++ b/content/copilot/how-tos/copilot-cli/set-up-copilot-cli/install-copilot-cli.md @@ -72,13 +72,13 @@ winget install GitHub.Copilot.Prerelease ### Installing with Homebrew (macOS and Linux) ```shell copy -brew install copilot-cli +brew install --cask copilot-cli ``` To install the prerelease version: ```shell copy -brew install copilot-cli@prerelease +brew install --cask copilot-cli@prerelease ``` ### Installing with the install script (macOS and Linux)