Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install the Bazel Homebrew package directly #11403

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 2 additions & 3 deletions site/docs/install-os-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ recommend using the `bazelbuild` tap, which is maintained by the Bazel team._
Install the Bazel package via Homebrew as follows:

```bash
brew tap bazelbuild/tap
brew install bazelbuild/tap/bazel
brew install bazel
```

All set! You can confirm Bazel is installed successfully by running the following command:
Expand All @@ -123,7 +122,7 @@ bazel --version
Once installed, you can upgrade to a newer version of Bazel using the following command:

```bash
brew upgrade bazelbuild/tap/bazel
brew upgrade bazel
```

<h2 id="install-on-mac-os-x-bazelisk">Install using Bazelisk</h2>
Expand Down