diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-23 18:38:03 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-23 18:38:03 -0500 |
| commit | 65c2ac942749f40b30b6d93412c09c4039668de7 (patch) | |
| tree | d4246ab58bb49b90447e32ea56c46e3d9beafa19 /static/install.html | |
| parent | a2e032cb8237e3ce2ce55938d61e2143a3f081ba (diff) | |
clarify android-tools + android-udev is enough
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index f0515c18..304ce294 100644 --- a/static/install.html +++ b/static/install.html @@ -151,7 +151,8 @@ <li>Arch Linux: <code>android-tools</code> provides fastboot and other useful tools not required for installation such as adb. <code>android-udev</code> provides udev rules allowing fastboot and adb to work in local sessions - without root.</li> + without root. Install both of these packages and skip the section + below on using the standalone platform-tools releases.</li> <li>Debian and Ubuntu: <code>android-sdk-platform-tools-common</code> provides udev rules allowing fastboot and adb to work in local sessions without root. The udev rules in Debian and Ubuntu are out-of-date, but it has the necessary |
