diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-12 21:57:06 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-12 21:57:06 -0400 |
| commit | 0b77d4900a09ae11ae2b4533cc7ad07fd51ccbd4 (patch) | |
| tree | ca7f7a6a40b86bfac444328cbe97b1276ac2ac3b /static/install.html | |
| parent | 33c00a9df23bf32b1c81a4bc28321634c6ee4e69 (diff) | |
clarify install guide
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/static/install.html b/static/install.html index 297dec81..bb33d82a 100644 --- a/static/install.html +++ b/static/install.html @@ -242,8 +242,8 @@ Installed as /home/username/downloads/platform-tools/fastboot</pre> <a href="#obtaining-factory-images">Obtaining factory images</a> </h2> - <p>The initial install will be performed by flashing the factory images. This will - replace the existing OS installation and wipe all the existing data.</p> + <p>You need to obtain the GrapheneOS factory images for your device to proceed with + the installation process.</p> <p>You can either download the files with your browser or using a command like <code>curl</code>. It's generally easier to use the command-line since you're already @@ -286,6 +286,9 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip.sig <a href="#flashing-factory-images">Flashing factory images</a> </h2> + <p>The initial install will be performed by flashing the factory images. This will + replace the existing OS installation and wipe all the existing data.</p> + <p>Reboot into the bootloader interface to begin the flashing procedure.</p> <p>Next, extract the factory images and move into the directory:</p> |
