diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-19 02:52:02 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-19 08:28:22 -0400 |
| commit | 66a3324c4c46c4e4c198d997caba548e78ed436d (patch) | |
| tree | 4f3d30400b8ff60df4d362b6118f1f906cc4d058 /static/install.html | |
| parent | 43739b3b80bece29b3a4ff4e9ab2ba549ff7cd82 (diff) | |
avoid omitting optional closing tags
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index 58ded13c..34a60a09 100644 --- a/static/install.html +++ b/static/install.html @@ -196,7 +196,7 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre> <p>Reboot into the bootloader interface to begin the flashing procedure.</p> <p>Next, extract the factory images and run the script to flash them. Note that the <code>fastboot</code> command run by the flashing script requires a fair bit of free - space in a temporary directory, which defaults to <code>/tmp</code>:<p> + space in a temporary directory, which defaults to <code>/tmp</code>:</p> <pre>unzip crosshatch-factory-2019.06.23.05.zip cd crosshatch-pq3a.190605.003 ./flash-all.sh</pre> |
