aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install.md
diff options
context:
space:
mode:
authorGravatar Lee Mracek <lee.mracek@gmail.com>2016-06-08 10:14:36 +0000
committerGravatar Yun Peng <pcloudy@google.com>2016-06-08 11:56:38 +0000
commit41d9fbb28869c0522709ab56127876f343850e71 (patch)
treeabf1675c477b7615da7add36b0a68219904914af /site/docs/install.md
parent12fce21170df6f794897274537c46180f753843e (diff)
Fix erroneous HTML in install.md
Other option would be to just remove the html tags from inside the code-formatted string. Feel free to copy-paste and commit rather than accepting the PR. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1327 MOS_MIGRATED_REVID=124335824
Diffstat (limited to 'site/docs/install.md')
-rw-r--r--site/docs/install.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/site/docs/install.md b/site/docs/install.md
index 2c5bac39de..887f966294 100644
--- a/site/docs/install.md
+++ b/site/docs/install.md
@@ -162,8 +162,10 @@ You can also add this command to your `~/.bashrc` file.
Bazel version _0.1.0_ runs without any change with JDK 7. However, future
version will stop supporting JDK 7 when our CI cannot build for it anymore.
The installer for JDK 7 for Bazel versions after _0.1.0_ is labeled
-`./install-<em>version</em>-<em>os</em>-<b>jdk7</b>.sh`. If you wish to use JDK
-7, follow the same steps as for JDK 8 but with the _jdk7_ installer.
+<pre>
+./install-<em>version</em>-<em>os</em>-<b>jdk7</b>.sh
+</pre>
+If you wish to use JDK 7, follow the same steps as for JDK 8 but with the _jdk7_ installer.
### Getting bash completion