aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Jamie <me@thejameskyle.com>2018-05-17 07:47:01 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-17 07:49:28 -0700
commita940a1adcc661a6cc96e2b188019fe18343724c8 (patch)
tree325da49c054a9a42075353f998ec11812ddea0e2 /site
parentd1ec570fb6ef8d142b0cf381df008c0f209b57aa (diff)
Replace html pre block with markdown code block to show <version>
Closes #5181. PiperOrigin-RevId: 196991120
Diffstat (limited to 'site')
-rw-r--r--site/docs/install-os-x.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/install-os-x.md b/site/docs/install-os-x.md
index 431bd07e97..69b307fbcf 100644
--- a/site/docs/install-os-x.md
+++ b/site/docs/install-os-x.md
@@ -46,10 +46,10 @@ Next, download the Bazel binary installer named `bazel-<version>-installer-darwi
Run the Bazel installer as follows:
-<pre>
+```
chmod +x bazel-<version>-installer-darwin-x86_64.sh
./bazel-<version>-installer-darwin-x86_64.sh --user
-</pre>
+```
The `--user` flag installs Bazel to the `$HOME/bin` directory on your system and
sets the `.bazelrc` path to `$HOME/.bazelrc`. Use the `--help` command to see