Skip to content

Commit

Permalink
Merge pull request #128 from buildkite/docs-public-pr-3007
Browse files Browse the repository at this point in the history
Remove unnecessary `brew tap` command
  • Loading branch information
gilesgas authored Nov 18, 2024
2 parents 60cffc7 + 9948273 commit 75c21ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/agent/v3/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To install the agent using Homebrew:
1. On the command line, install the agent by running:

```shell
brew tap buildkite/buildkite && brew install buildkite/buildkite/buildkite-agent
brew install buildkite/buildkite/buildkite-agent
```

1. Add your [agent token](/docs/agent/v3/tokens) to authenticate the agent by replacing `INSERT-YOUR-AGENT-TOKEN-HERE` with your agent token and running:
Expand Down

0 comments on commit 75c21ef

Please sign in to comment.