diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-11 18:34:59 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-11 18:34:59 -0500 |
| commit | b257eb0a05d3d45a64f5d9c02b397a5acdfbe7eb (patch) | |
| tree | 01bd374ffc9bcb4c5635b85fe217dc0c2908020a /static | |
| parent | fe5472801e764086c1a3d0f2fc3f5ee429adb1ef (diff) | |
add --with_tags to gclient sync command
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 6a22d5f5..96ff2d38 100644 --- a/static/build.html +++ b/static/build.html @@ -756,7 +756,7 @@ git checkout $CORRECT_BRANCH_OR_TAG</pre> <p>Sync to the latest stable release for Android (replace $VERSION with the correct value):</p> - <pre>gclient sync -D --with_branch_heads -r $VERSION --jobs 32</pre> + <pre>gclient sync -D --with_branch_heads --with_tags -r $VERSION --jobs 32</pre> <p>Generate a signing key for Vanadium if this is the initial build:</p> |
