diff --git a/static/build.html b/static/build.html index 9ccb461d..e2134910 100644 --- a/static/build.html +++ b/static/build.html @@ -307,15 +307,18 @@ Development branch -

The 10 branch is the only active development branch for GrapheneOS +

GrapheneOS is currently early in the process of being ported to Android 11, + so the development branch is currently very barebones.

+ +

The 11 branch is the only active development branch for GrapheneOS development. Older branches are no longer maintained. It is currently used for all officially supported devices and should be used for the basis of ports to other devices. Occasionally, some devices may be supported through device support branches to avoid impacting other devices with changes needed to support them.

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

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