aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/install-compile-source.md2
-rw-r--r--site/docs/install-os-x.md8
-rw-r--r--site/docs/install-ubuntu.md12
3 files changed, 11 insertions, 11 deletions
diff --git a/site/docs/install-compile-source.md b/site/docs/install-compile-source.md
index fd09c351be..5240c53b2d 100644
--- a/site/docs/install-compile-source.md
+++ b/site/docs/install-compile-source.md
@@ -20,7 +20,7 @@ You can build Bazel from source following these steps:
2. Download and unpack Bazel's distribution archive.
- Download `bazel-<VERSION>-dist.zip` from the [release
+ Download `bazel-<version>-dist.zip` from the [release
page](https://github.com/bazelbuild/bazel/releases). We recommend to also
verify the signature made by our [release
key](https://bazel.build/bazel-release.pub.gpg) 48457EE0.
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
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