aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install-os-x.md
diff options
context:
space:
mode:
authorGravatar Oleg Tsarev <oleg@oleg.sh>2017-07-24 14:32:20 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-07-24 21:04:31 +0200
commit20416ffa2bf18535d1fa2c560f996cf2ab88ea6b (patch)
treeff6da7341e1453bb738c568c8efad8d251bacb27 /site/docs/install-os-x.md
parent7d85d8b3a4448ff8b8c6db92960d5920bbbd4844 (diff)
Update install-os-x.md
Incorrect instruction for OSX (apt-get instead of brew) Closes #3437. PiperOrigin-RevId: 162923095
Diffstat (limited to 'site/docs/install-os-x.md')
-rw-r--r--site/docs/install-os-x.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/install-os-x.md b/site/docs/install-os-x.md
index 7845bde844..4d25df491b 100644
--- a/site/docs/install-os-x.md
+++ b/site/docs/install-os-x.md
@@ -114,5 +114,5 @@ bazel version
Once installed, you can upgrade to a newer version of Bazel with:
```bash
-sudo apt-get upgrade bazel
+brew upgrade bazel
```