From 268f497c5c0a3b41994ebfa98d0a369c2465c7e5 Mon Sep 17 00:00:00 2001 From: Michael Zhou Date: Fri, 19 Feb 2016 23:13:10 +0000 Subject: 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 --- site/docs/windows.md | 4 ++-- 1 file 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``. -- cgit v1.2.3