Skip to content

Commit 75c21ef

Browse files
authored
Merge pull request #128 from buildkite/docs-public-pr-3007
Remove unnecessary `brew tap` command
2 parents 60cffc7 + 9948273 commit 75c21ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/agent/v3/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To install the agent using Homebrew:
1212
1. On the command line, install the agent by running:
1313

1414
```shell
15-
brew tap buildkite/buildkite && brew install buildkite/buildkite/buildkite-agent
15+
brew install buildkite/buildkite/buildkite-agent
1616
```
1717

1818
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:

0 commit comments

Comments
 (0)