aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install-ubuntu.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-ubuntu.md
parentd8dd62f7f3acf58f1bdc0beb0d4e59fe3b818a97 (diff)
Update version numbers in installer file names.
PiperOrigin-RevId: 170057335
Diffstat (limited to 'site/docs/install-ubuntu.md')
-rw-r--r--site/docs/install-ubuntu.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/site/docs/install-ubuntu.md b/site/docs/install-ubuntu.md
index 6ed22723cf..1ea006bda0 100644
--- a/site/docs/install-ubuntu.md
+++ b/site/docs/install-ubuntu.md
@@ -77,21 +77,21 @@ sudo apt-get install pkg-config zip g++ zlib1g-dev unzip python
Go to Bazel's [GitHub releases page](https://github.com/bazelbuild/bazel/releases).
-Download the binary installer `bazel-0.5.2-installer-linux-x86_64.sh`. This
+Download the binary installer `bazel-0.5.4-installer-linux-x86_64.sh`. This
installer contains the Bazel binary and the required JDK, and can be used even
if JDK is already installed.
-Note that `bazel-0.5.2-without-jdk-installer-linux-x86_64.sh` also exist. It is
-a version without embedded JDK 8. Only use this installer if you already have
-JDK 8 installed.
+Note that `bazel-0.5.4-without-jdk-installer-linux-x86_64.sh` also exists.
+It is a version without embedded JDK 8. Only use this installer if you already
+have JDK 8 installed.
### 3. Run the installer
Run the installer:
```bash
-chmod +x bazel-0.5.2-installer-linux-x86_64.sh
-./bazel-0.5.2-installer-linux-x86_64.sh --user
+chmod +x bazel-0.5.4-installer-linux-x86_64.sh
+./bazel-0.5.4-installer-linux-x86_64.sh --user
```
The `--user` flag installs Bazel to the `$HOME/bin` directory on your system and