Update documentation to use --recurse-submodules instead of --recursive
The --recursive option is an alias of --recurse-submodules, and git's autocompletion will select --recurse-submodules rather than --recursive. Change-Id: I5aab184cbcdeffb14bf3e82363936299daddde27
This commit is contained in:
parent
b0ab2c5224
commit
b964ac1fba
@ -8,7 +8,7 @@ compile the code.
|
||||
Create a new client workspace:
|
||||
|
||||
----
|
||||
git clone --recursive https://gerrit.googlesource.com/gerrit
|
||||
git clone --recurse-submodules https://gerrit.googlesource.com/gerrit
|
||||
cd gerrit
|
||||
----
|
||||
|
||||
|
@ -52,7 +52,7 @@ Gerrit is provided under the Apache License 2.0.
|
||||
|
||||
Install [Bazel](https://bazel.build/versions/master/docs/install.html) and run the following:
|
||||
|
||||
git clone --recursive https://gerrit.googlesource.com/gerrit
|
||||
git clone --recurse-submodules https://gerrit.googlesource.com/gerrit
|
||||
cd gerrit && bazel build release
|
||||
|
||||
## Install binary packages (Deb/Rpm)
|
||||
|
Loading…
Reference in New Issue
Block a user