aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install-windows.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/install-windows.md')
-rw-r--r--site/docs/install-windows.md31
1 files changed, 14 insertions, 17 deletions
diff --git a/site/docs/install-windows.md b/site/docs/install-windows.md
index 3cfe8fc8b2..184fd58724 100644
--- a/site/docs/install-windows.md
+++ b/site/docs/install-windows.md
@@ -7,7 +7,7 @@ title: Installing Bazel on Windows
### Prerequisites
-* 64 bit Windows 7 or newer, or <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/ms724832(v=vs.85).aspx">equivalent Windows Server versions</a>
+* 64 bit Windows 7 or newer, or 64 bit Windows Server 2008 R2 or newer
* [MSYS2 shell](https://msys2.github.io/)
@@ -17,31 +17,28 @@ title: Installing Bazel on Windows
### Getting Bazel
-Download Bazel for Windows from our
-[GitHub releases page](https://github.com/bazelbuild/bazel/releases).
-Look for `bazel-<version>-windows-x86_64.exe`, e.g. `bazel-0.13.0-windows-x86_64.exe`.
+[Download Bazel for Windows from GitHub](https://github.com/bazelbuild/bazel/releases).
+Look for `bazel-<version>-windows-x86_64.exe`, e.g. `bazel-0.15.2-windows-x86_64.exe`.
-**Tip:** For convenience, rename the downloaded binary to `bazel.exe` and move it to a directory
-that's on your `%PATH%` or add its directory to your `%PATH%`. This way you can run Bazel by
-typing `bazel` in any directory, without typing out the full path.
+**Tip:** Rename the binary to `bazel.exe` and move it to a directory on your
+`%PATH%`, so you can run Bazel by typing `bazel` in any directory.
### Other ways to get Bazel
-You can also get Bazel by:
-
-* [Installing Bazel using Chocolatey](#install-using-chocolatey)
-* [Compiling Bazel from source](install-compile-source.html)
+* [Install Bazel using the Chocolatey package manager](#install-using-chocolatey)
+* [Compile Bazel from source](install-compile-source.html)
#### Install using Chocolatey
-You can install the Bazel package using the [Chocolatey](https://chocolatey.org)
-package manager:
+1. Install the [Chocolatey](https://chocolatey.org) package manager
+
+2. Install the Bazel package:
- choco install bazel
+ choco install bazel
-This command will install the latest available version of Bazel and
-its dependencies, such as the MSYS2 shell. This will not install Visual C++
-though.
+ This command will install the latest available version of Bazel and
+ its dependencies, such as the MSYS2 shell. This will not install Visual C++
+ though.
See [Chocolatey installation and package maintenance
guide](https://bazel.build/windows-chocolatey-maintenance.html) for more