reword bootloader unlocking section

This commit is contained in:
Daniel Micay 2020-05-01 14:13:56 -04:00
parent 86fe956c6c
commit 7f69ddf008

View File

@ -191,11 +191,11 @@ Installed as /home/username/downloads/platform-tools/fastboot</pre>
<p>First, boot into the bootloader interface. You can do this by turning off the
device and then turning it on by holding both the Volume Down and Power buttons.</p>
<p>The bootloader now needs to be unlocked to allow flashing new images:</p>
<p>Unlock the bootloader to allow flashing the OS and firmware:</p>
<pre>fastboot flashing unlock</pre>
<p>The command needs to be confirmed on the device.</p>
<p>The command needs to be confirmed on the device and will wipe all data.</p>
<h2 id="obtaining-factory-images">
<a href="#obtaining-factory-images">Obtaining factory images</a>