diff --git a/static/install.html b/static/install.html index 1c13c132..280df245 100644 --- a/static/install.html +++ b/static/install.html @@ -257,11 +257,18 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip.sig
Reboot into the bootloader interface to begin the flashing procedure.
-Next, extract the factory images and run the script to flash them:
+Next, extract the factory images and move into the directory:
unzip crosshatch-factory-2020.04.14.23.zip -cd crosshatch-qq2a.200405.005 -./flash-all.sh+cd crosshatch-qq2a.200405.005 + +
Flash the images with the flash-all script in the directory. On Linux and macOS:
+ +./flash-all.sh+ +
On Windows:
+ +flash-all
Wait for the flashing process to complete and for the device to boot up using the new operating system.