summaryrefslogtreecommitdiff
path: root/static/install/web.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-02-20 07:28:11 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-02-20 07:28:11 -0500
commit23b66b3a2887c9424de541e65f077f0892334587 (patch)
tree1747f749ad16b6ccdecb617c314cedbdbbb35d6b /static/install/web.html
parentfffdfc4675b1274e5c0fe63f91242ef512dcec02 (diff)
clarify udev instructions
Diffstat (limited to 'static/install/web.html')
-rw-r--r--static/install/web.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/install/web.html b/static/install/web.html
index 362d0712..e464446b 100644
--- a/static/install/web.html
+++ b/static/install/web.html
@@ -169,8 +169,9 @@
<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>
+ <p>On traditional Linux distributions, USB devices cannot be used as non-root
+ without udev rules for each type of device. This is not an issue for other
+ platforms.</p>
<p>On Arch Linux, install the <code>android-udev</code> package. On Debian and
Ubuntu, install the <code>android-sdk-platform-tools-common</code> package.</p>