summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2016-11-15 06:35:29 -0800
committerHector Oswaldo Caballero <hector.caballero@ericsson.com>2017-01-23 12:44:58 +0000
commitfdbfcad77dfe0aacb2c9d3cdf2c22984f1c82954 (patch)
tree120cc13fca75f2ed3b6c5858797b03b7820b50d2 /README.md
parentb33d052c45a6c673a2602013cc3c4d4e5864ceac (diff)
Remove Buck based build
Bug: Issue 5302 Change-Id: I6e860446ef30ff0ad1c7c49fc0e39d39d921820b
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e0ffd53325..78c8477a66 100644
--- a/README.md
+++ b/README.md
@@ -50,10 +50,10 @@ Gerrit is provided under the Apache License 2.0.
## Build
-Install [Buck](http://facebook.github.io/buck/setup/install.html) and run the following:
+Install [Bazel](https://bazel.build/versions/master/docs/install.html) and run the following:
git clone --recursive https://gerrit.googlesource.com/gerrit
- cd gerrit && buck build release
+ cd gerrit && bazel build release
## Install binary packages (Deb/Rpm)