summaryrefslogtreecommitdiff
path: root/static/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/install.html')
-rw-r--r--static/install.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/static/install.html b/static/install.html
index ee27d260..95e7fa8a 100644
--- a/static/install.html
+++ b/static/install.html
@@ -169,9 +169,10 @@ tar xvf 73f3f0b3034f61563f787bef8ebf51f38df457de.platform-tools_r30.0.3-darwin.z
tar xvf platform-tools_r30.0.3-windows.zip</pre>
<p>Next, add the tools to your <code>PATH</code> in the current shell so they can be
- used without referencing them by file path, enabling usage by the flashing script. On
- Linux and macOS:</p>
+ used without referencing them by file path, enabling usage by the flashing script.</p>
+ <p>On Linux and macOS:</p>
+
<pre>export PATH="$PWD/platform-tools:$PATH"</pre>
<p>On Windows:</p>
@@ -307,7 +308,9 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip.sig
<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>
+ <p>Flash the images with the flash-all script in the directory.</p>
+
+ <p>On Linux and macOS:</p>
<pre>./flash-all.sh</pre>