simplify wording for fastboot as non-root section

This commit is contained in:
Daniel Micay
2021-01-29 17:16:32 -05:00
parent 81b8231133
commit 09ec29de1d
8 changed files with 14 additions and 13 deletions

View File

@@ -80,7 +80,7 @@
</ul>
</li>
<li><a href="#checking-fastboot-version">Checking fastboot version</a></li>
<li><a href="#fastboot-as-non-root">Fastboot as non-root</a></li>
<li><a href="#flashing-as-non-root">Flashing as non-root</a></li>
<li><a href="#connecting-phone">Connecting the phone</a></li>
<li><a href="#unlocking-the-bootloader">Unlocking the bootloader</a></li>
<li><a href="#obtaining-signify">Obtaining signify</a></li>
@@ -259,12 +259,11 @@ tar xvf platform-tools_r30.0.5-windows.zip</pre>
Installed as /home/username/platform-tools/fastboot</pre>
</section>
<section id="fastboot-as-non-root">
<h2><a href="#fastboot-as-non-root">Fastboot as non-root</a></h2>
<section id="flashing-as-non-root">
<h2><a href="#flashing-as-non-root">Flashing as non-root</a></h2>
<p>On Linux, in order for the <code>fastboot</code> command to connect to a device
as non-root, the appropriate udev rules need to be set up. This is not an issue on
either macOS or Windows.</p>
<p>On Linux, in order for to connect to a device as non-root, the appropriate udev
rules need to be set up. This is not an issue on either macOS or Windows.</p>
<p>On Arch Linux:</p>