diff --git a/static/build.html b/static/build.html index 8a8889ed..a0a585f1 100644 --- a/static/build.html +++ b/static/build.html @@ -68,11 +68,18 @@ Development branch -

The pie branch is currently used for all supported devices:

+

The pie branch is currently used for all devices other than the Pixel 3a and Pixel 3a XL:

mkdir grapheneos-pie
 cd grapheneos-pie
 repo init -u https://github.com/GrapheneOS/platform_manifest.git -b pie
+repo sync -j32
+ +

The pie-b4s4 branch is currently used for the Pixel 3a and Pixel 3a XL since these were introduced after the current pie maintenance release:

+ +
mkdir grapheneos-pie-b4s4
+cd grapheneos-pie-b4s4
+repo init -u https://github.com/GrapheneOS/platform_manifest.git -b pie-b4s4
 repo sync -j32

If your network is unreliable and repo sync fails, you can run the