aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/windows.md
diff options
context:
space:
mode:
authorGravatar Michael Zhou <zhoumotongxue008@gmail.com>2016-02-19 23:13:10 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-02-22 16:06:39 +0000
commit268f497c5c0a3b41994ebfa98d0a369c2465c7e5 (patch)
tree005a7ece1d6bc45bb49447f03e1ca91befdda481 /site/docs/windows.md
parentba5c2128064fb97462cf85c768dcd083c39935c6 (diff)
Fix a typo in windows.md
Also add syntax highlighting to the bash commands. -- Change-Id: I327593afdfb048e4a348738ea2c9902ab48f0431 Reviewed-on: https://bazel-review.googlesource.com/#/c/2980/ MOS_MIGRATED_REVID=115104422
Diffstat (limited to 'site/docs/windows.md')
-rw-r--r--site/docs/windows.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/windows.md b/site/docs/windows.md
index a53e642bc0..d56c794620 100644
--- a/site/docs/windows.md
+++ b/site/docs/windows.md
@@ -24,11 +24,11 @@ To build Bazel:
* Clone bazel git repository as normal.
* Set the environment variables:
-```
+```bash
export JAVA_HOME="$(ls -d C:/Program\ Files/Java/jdk* | sort | tail -n 1)"
export TMPDIR=c:/temp
export BAZEL_SH=c:/msys64/usr/bin/bash.exe
```
* Run ``compile.sh`` in Bazel directory.
-* If all works fine, bazel will be build at ``output\bazel.exe``.
+* If all works fine, bazel will be built at ``output\bazel.exe``.