aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
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