aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install-ubuntu.md
diff options
context:
space:
mode:
authorGravatar steren <steren@google.com>2017-06-20 12:18:44 -0400
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-06-20 14:37:08 -0400
commit1d9d6fe20d7297ff395ee23f0588957618febdf5 (patch)
tree0b39ebcf09d2723fa047fc82774710c2f1529b04 /site/docs/install-ubuntu.md
parent41f6283ba7ca4e663623df276f045efb8550e90b (diff)
Update install documentation with latest Bazel version number
Also remove warning about macOS bug in 0.5.0 and instructions about JDK7 Fixes https://github.com/bazelbuild/bazel/issues/3222 RELNOTES: None PiperOrigin-RevId: 159569520
Diffstat (limited to 'site/docs/install-ubuntu.md')
-rw-r--r--site/docs/install-ubuntu.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/site/docs/install-ubuntu.md b/site/docs/install-ubuntu.md
index e2e5d5aa97..3ba1690a7c 100644
--- a/site/docs/install-ubuntu.md
+++ b/site/docs/install-ubuntu.md
@@ -63,14 +63,14 @@ sudo apt-get install pkg-config zip g++ zlib1g-dev unzip
Go to Bazel's [GitHub releases page](https://github.com/bazelbuild/bazel/releases).
-Download the binary installer `bazel-0.5.0-installer-linux-x86_64.sh`. This
+Download the binary installer `bazel-0.5.1-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 two other versions of the installer exist:
-* `bazel-0.5.0-without-jdk-installer-linux-x86_64.sh`: version without
+* `bazel-0.5.1-without-jdk-installer-linux-x86_64.sh`: version without
embedded JDK 8. Only use this installer if you already have JDK 8 installed.
-* `bazel-0.5.0-jdk7-installer-linux-x86_64.sh`: last release compatible
+* `bazel-0.5.1-jdk7-installer-linux-x86_64.sh`: last release compatible
with JDK 7.
### 3. Run the installer
@@ -78,8 +78,8 @@ Note that two other versions of the installer exist:
Run the installer:
```bash
-chmod +x bazel-0.5.0-installer-linux-x86_64.sh
-./bazel-0.5.0-installer-linux-x86_64.sh --user
+chmod +x bazel-0.5.1-installer-linux-x86_64.sh
+./bazel-0.5.1-installer-linux-x86_64.sh --user
```
The `--user` flag installs Bazel to the `$HOME/bin` directory on your system and