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) diff --git a/data/reusables/copilot/copilot-cli-pat-steps.md b/data/reusables/copilot/copilot-cli-pat-steps.md index 5afe3f70dd9e..b69a8b1d83b8 100644 --- a/data/reusables/copilot/copilot-cli-pat-steps.md +++ b/data/reusables/copilot/copilot-cli-pat-steps.md @@ -3,7 +3,7 @@ 1. Under **Repository access**, select the level of access appropriate for your use case: * **Public repositories** if you only need to work with public repos. * **All repositories** if you need access across all your current and future repos. - * **Only select repositories** f you want to restrict access to specific repos. + * **Only select repositories** if you want to restrict access to specific repos. 1. Under **Permissions**, select the **Account** tab. 1. Click **Add permissions** and select **{% data variables.product.prodname_copilot_short %} Requests**. 1. Click **Generate token**.