Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/copilot/how-tos/copilot-cli/cli-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion data/reusables/copilot/copilot-cli-pat-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down
Loading