diff --git a/static/install.html b/static/install.html index 5ce54803..ebd0dd08 100644 --- a/static/install.html +++ b/static/install.html @@ -291,10 +291,17 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip.sig

Reboot into the bootloader interface to begin the flashing procedure.

-

Next, extract the factory images and move into the directory:

+

Next, extract the factory images. On Linux:

-
unzip crosshatch-factory-2020.05.05.02.zip
-cd crosshatch-factory-2020.05.05.02
+
unzip crosshatch-factory-2020.05.05.02.zip
+ +

On macOS and Windows:

+ +
tar xf crosshatch-factory-2020.05.05.02.zip
+ +

Move into the directory:

+ +
cd crosshatch-factory-2020.05.05.02

Flash the images with the flash-all script in the directory. On Linux and macOS: