aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install-windows.md
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-05-14 01:58:00 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-14 01:59:19 -0700
commit4691ad917bd12457ef8276f05c72d629c523cd9a (patch)
treea4fa7029db4e82d2f041eb2e098cdbc1cc4c1ac5 /site/docs/install-windows.md
parent849df36c5ad31ebe8791c4228321c38c6d0ae56c (diff)
docs: fix formatting errors
Change-Id: Id881cc4381fcd355a3b4a65d9089072e4818aa16 Closes #5159. Change-Id: If14c9a2e55192f5ee5ab384fad27275a24ec12b1 PiperOrigin-RevId: 196472499
Diffstat (limited to 'site/docs/install-windows.md')
-rw-r--r--site/docs/install-windows.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/site/docs/install-windows.md b/site/docs/install-windows.md
index ca8f1bd47a..e738860805 100644
--- a/site/docs/install-windows.md
+++ b/site/docs/install-windows.md
@@ -29,14 +29,15 @@ typing `bazel` in any directory, without typing out the full path.
to download Bazel without an embedded JDK, look for `bazel-<version>-without-jdk-windows-x86_64.exe`
on the release page. To use it, you must install JDK 8 separately (older or newer versions are not
supported), and set the `JAVA_HOME` environment variable, e.g.:
-```
-set JAVA_HOME=c:\Program Files\Java\jdk1.8.0_171
-```
+
+ set JAVA_HOME=c:\Program Files\Java\jdk1.8.0_171
+
Pay attention not to use quotes (") around the path (like you would on Unixes).
### 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)
@@ -45,9 +46,7 @@ You can also get Bazel by:
You can install the Bazel package using the [Chocolatey](https://chocolatey.org)
package manager:
-```sh
-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++