How to Install bazel on Mac using brew

Package Information:

Name: bazel
Use: Google’s own build tool
URL: https://bazel.build/

Installation Steps:

  1. Open Terminal on your Mac.
  2. Copy the below command and execute
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bazel using brew
    brew install bazel

bazel is ready to use now!