Last active
September 27, 2019 00:19
-
-
Save ivanliu1989/4d5cb86a307fe78c798e24b49c714faa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install Bazel macOS | |
| # Other systems see: https://docs.bazel.build/versions/master/install.html | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| brew tap bazelbuild/tap | |
| brew install bazelbuild/tap/bazel | |
| # Check bazel version | |
| bazel --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment