diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-02-20 07:28:11 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-02-20 07:28:11 -0500 |
| commit | 23b66b3a2887c9424de541e65f077f0892334587 (patch) | |
| tree | 1747f749ad16b6ccdecb617c314cedbdbbb35d6b /static/install | |
| parent | fffdfc4675b1274e5c0fe63f91242ef512dcec02 (diff) | |
clarify udev instructions
Diffstat (limited to 'static/install')
| -rw-r--r-- | static/install/cli.html | 5 | ||||
| -rw-r--r-- | static/install/web.html | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index 544ab92c..fbcf1bb8 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -271,8 +271,9 @@ Installed as /home/username/platform-tools/fastboot</pre> <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:</p> 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> |
