diff --git a/static/build.html b/static/build.html index 02bc7bbe..68a99308 100644 --- a/static/build.html +++ b/static/build.html @@ -52,7 +52,7 @@ cd grapheneos-pie repo init -u https://github.com/GrapheneOS/platform_manifest.git -b pie repo sync -j32 -
If your network is unreliable andrepo sync
fails, you can run the
+ If your network is unreliable and repo sync
fails, you can run the
repo sync
command again as many times as needed for it to fully
succeed.
For a development build, you may want to replace user
with
userdebug
in order to have better debugging support. Production builds
should be user
builds as they are significantly more secure and don't
- make additional performance sacrifices to improve debugging.
+ make additional performance sacrifices to improve debugging.