diff options
| author | theaeonsolution <31832290+theaeonsolution@users.noreply.github.com> | 2020-06-28 01:02:01 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-06-28 02:54:41 -0400 |
| commit | edd50e8f82089fa646bef608c96240451ea0eff1 (patch) | |
| tree | f92b17cef4b4fb264e6fed183992b2d1489b8ada /static/install.html | |
| parent | 6fbed55a89b9fa833ce689169e381753ce62431e (diff) | |
add missing p elements
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 9 |
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> |
