aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install-os-x.md
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-09-26 11:39:20 -0400
committerGravatar John Cater <jcater@google.com>2017-09-27 10:00:38 -0400
commit3dd0d716bba0f2d7299dbefe59d247601dfd31dc (patch)
treef258cff1ee62d9d379d7d127d2f0f00160b849bd /site/docs/install-os-x.md
parentd8dd62f7f3acf58f1bdc0beb0d4e59fe3b818a97 (diff)
Update version numbers in installer file names.
PiperOrigin-RevId: 170057335
Diffstat (limited to 'site/docs/install-os-x.md')
-rw-r--r--site/docs/install-os-x.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/docs/install-os-x.md b/site/docs/install-os-x.md
index 4d25df491b..091b853df0 100644
--- a/site/docs/install-os-x.md
+++ b/site/docs/install-os-x.md
@@ -73,11 +73,11 @@ sudo gcc --version
Go to Bazel's [GitHub releases page](https://github.com/bazelbuild/bazel/releases).
-Download the binary installer `bazel-0.5.2-installer-darwin-x86_64.sh`. This
+Download the binary installer `bazel-0.5.4-installer-darwin-x86_64.sh`. This
installer contains the Bazel binary and the required JDK, and can be used even
if a JDK is already installed.
-Note that `bazel-0.5.2-without-jdk-installer-darwin-x86_64.sh` is a version of
+Note that `bazel-0.5.4-without-jdk-installer-darwin-x86_64.sh` is a version of
the installer without embedded JDK 8. Only use this installer if you already
have JDK 8 installed.
@@ -86,8 +86,8 @@ have JDK 8 installed.
Run the installer:
<pre>
-chmod +x bazel-0.5.2-installer-darwin-x86_64.sh
-./bazel-0.5.2-installer-darwin-x86_64.sh --user
+chmod +x bazel-0.5.4-installer-darwin-x86_64.sh
+./bazel-0.5.4-installer-darwin-x86_64.sh --user
</pre>
The `--user` flag installs Bazel to the `$HOME/bin` directory on your system and