aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install.md
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-11 11:37:18 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-06-11 12:02:34 +0000
commita24a3ab9792c6e698dd099cdb144937df4fa5d8a (patch)
treeecdef7108a028a6331d7bc05c17ee3b664538200 /site/docs/install.md
parent93e5b8223839e28e064812d9d4e7c144dee67f43 (diff)
Remove trace of protobuf installation instruction
Protobuf compiler are vendored inside the Bazel repository so thoses instruction are obsolete. -- MOS_MIGRATED_REVID=95727351
Diffstat (limited to 'site/docs/install.md')
-rw-r--r--site/docs/install.md16
1 files changed, 1 insertions, 15 deletions
diff --git a/site/docs/install.md b/site/docs/install.md
index 38f2447910..d5bfb1360f 100644
--- a/site/docs/install.md
+++ b/site/docs/install.md
@@ -98,26 +98,12 @@ Bazel on Mac OS X requires:
To build Bazel on Mac OS X:
-#### 1. Install the required packages:
-
-```
-$ port install protobuf-cpp
-```
-
-or
-
-```
-$ brew install protobuf
-```
-
-#### 2. Build Bazel:
-
```
$ cd bazel
$ ./compile.sh
```
-#### 3. Run Bazel:
+Then you can run Bazel:
```
$ ./output/bazel help