diff options
| author | theaeonsolution <31832290+theaeonsolution@users.noreply.github.com> | 2020-06-28 14:53:58 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-06-28 16:08:46 -0400 |
| commit | 7c7a61ee9f841065504183404eed8b24b4e92999 (patch) | |
| tree | cc2da0ee2cb441243c5b4e56e532e3160cc87268 | |
| parent | edd50e8f82089fa646bef608c96240451ea0eff1 (diff) | |
add missing p elements
| -rw-r--r-- | static/install.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index 95e7fa8a..23f78a2f 100644 --- a/static/install.html +++ b/static/install.html @@ -296,7 +296,9 @@ 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. On Linux:</p> + <p>Next, extract the factory images.</p> + + <p>On Linux:</p> <pre>unzip crosshatch-factory-2020.05.05.02.zip</pre> |
