add missing p elements

This commit is contained in:
theaeonsolution 2020-06-28 01:02:01 -05:00 committed by Daniel Micay
parent 6fbed55a89
commit edd50e8f82

View File

@ -169,8 +169,9 @@ tar xvf 73f3f0b3034f61563f787bef8ebf51f38df457de.platform-tools_r30.0.3-darwin.z
tar xvf platform-tools_r30.0.3-windows.zip</pre> 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 <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 used without referencing them by file path, enabling usage by the flashing script.</p>
Linux and macOS:</p>
<p>On Linux and macOS:</p>
<pre>export PATH="$PWD/platform-tools:$PATH"</pre> <pre>export PATH="$PWD/platform-tools:$PATH"</pre>
@ -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> <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> <pre>./flash-all.sh</pre>