summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-05-12 22:06:40 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-05-12 22:06:40 -0400
commit4d4f1edb3cd2999af1093dfcb6387253e20003d1 (patch)
treea48e7fa6709217fb24206a6534dc2d0265c68b6b /static
parent60ebb8d65864358626b75b10f578f1ea70277617 (diff)
use bsdtar on macOS and Windows
Diffstat (limited to 'static')
-rw-r--r--static/install.html13
1 files changed, 10 insertions, 3 deletions
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
<p>Reboot into the bootloader interface to begin the flashing procedure.</p>
- <p>Next, extract the factory images and move into the directory:</p>
+ <p>Next, extract the factory images. On Linux:</p>
- <pre>unzip crosshatch-factory-2020.05.05.02.zip
-cd crosshatch-factory-2020.05.05.02</pre>
+ <pre>unzip crosshatch-factory-2020.05.05.02.zip</pre>
+
+ <p>On macOS and Windows:</p>
+
+ <pre>tar xf crosshatch-factory-2020.05.05.02.zip</pre>
+
+ <p>Move into the directory:</p>
+
+ <pre>cd crosshatch-factory-2020.05.05.02</pre>
<p>Flash the images with the flash-all script in the directory. On Linux and macOS:</p>