summaryrefslogtreecommitdiff
path: root/static/install
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-01-29 17:16:32 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-01-29 17:16:32 -0500
commit09ec29de1d0bb3049737b9ef62fe2c0f85addfd6 (patch)
tree0c256d66a7c95c1d12753e4dde3ff19c691075df /static/install
parent81b8231133c22084643655d5ce664aa4935a993b (diff)
simplify wording for fastboot as non-root section
Diffstat (limited to 'static/install')
-rw-r--r--static/install/cli.html11
-rw-r--r--static/install/web.html4
2 files changed, 7 insertions, 8 deletions
diff --git a/static/install/cli.html b/static/install/cli.html
index e52cb6c5..59152687 100644
--- a/static/install/cli.html
+++ b/static/install/cli.html
@@ -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>
diff --git a/static/install/web.html b/static/install/web.html
index 899c618b..836e995f 100644
--- a/static/install/web.html
+++ b/static/install/web.html
@@ -115,8 +115,8 @@
Play services as part of Factory Reset Protection (FRP) for anti-theft protection.</p>
</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 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>