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:
David Pursehouse 2018-10-12 14:01:39 +09:00
parent b0ab2c5224
commit b964ac1fba
2 changed files with 2 additions and 2 deletions

View File

@ -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
----

View File

@ -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)