From a940a1adcc661a6cc96e2b188019fe18343724c8 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 17 May 2018 07:47:01 -0700 Subject: Replace html pre block with markdown code block to show Closes #5181. PiperOrigin-RevId: 196991120 --- site/docs/install-os-x.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site') 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--installer-darwi Run the Bazel installer as follows: -
+```
 chmod +x bazel--installer-darwin-x86_64.sh
 ./bazel--installer-darwin-x86_64.sh --user
-
+``` 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 -- cgit v1.2.3