Merge "Documentation: add a TL;DR summary"

This commit is contained in:
David Pursehouse
2020-01-10 01:41:46 +00:00
committed by Gerrit Code Review

View File

@@ -1,6 +1,17 @@
:linkattrs:
= Gerrit Code Review - Building with Bazel
[[summary]]
== TL;DR
If you have the prerequisites, running
```
$ bazel build gerrit
```
should generate a .war file under `bazel-bin/gerrit.war`.
[[installation]]
== Prerequisites