Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 89a1e50

Browse files
authored
Update osx documentation (3453) (#3530)
As specified here: #3452 (comment), heron now requires bazel version 3.0.0
1 parent d05f6e9 commit 89a1e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website2/docs/compiling-osx.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/inst
3434

3535
### Step 2 -- Install Bazel
3636
```bash
37-
wget -O /tmp/bazel.sh https://github.com/bazelbuild/bazel/releases/download/0.26.0/bazel-0.26.0-installer-darwin-x86_64.sh
37+
wget -O /tmp/bazel.sh https://github.com/bazelbuild/bazel/releases/download/3.0.0/bazel-3.0.0-installer-darwin-x86_64.sh
3838
chmod +x /tmp/bazel.sh
3939
/tmp/bazel.sh --user
4040
```

0 commit comments

Comments
 (0)