aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-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``.