diff --git a/static/build.html b/static/build.html index 7492b9fb..7b64a4f5 100644 --- a/static/build.html +++ b/static/build.html @@ -339,7 +339,7 @@
mkdir grapheneos-12 cd grapheneos-12 repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 12 -repo sync -j32+repo sync -j16
If your network is unreliable and repo sync
fails, you can run the
repo sync
command again to continue from where it was interrupted. It
@@ -368,7 +368,7 @@ cd ../..
Complete the source tree download:
-repo sync -j32+
repo sync -j16
The manifest for the latest stable release refers to the revisions in other repositories via commit hashes rather than tag names. This avoids the need to use a @@ -384,7 +384,7 @@ cd ../..
To update the source tree, run the repo init
command again to select
- the branch or tag and then run repo sync -j32
again. You may need to add
+ the branch or tag and then run repo sync -j16
again. You may need to add
--force-sync
if a repository switched from one source to another,
such as when GrapheneOS forks an additional Android Open Source Project repository.
You don't need to start over to switch between different branches or tags. You may