diff options
| -rw-r--r-- | static/install.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/install.html b/static/install.html index 57db9d15..51767254 100644 --- a/static/install.html +++ b/static/install.html @@ -102,10 +102,10 @@ <p>List of distributions with proper packages:</p> <ul> - <li>Arch Linux: <code>android-tools</code> for fastboot (along with adb and other - tools, although they aren't necessary to install) and - <code>android-udev</code> for udev rules to make fastboot / adb work in local - sessions without root</li> + <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> </ul> <p>If your distribution doesn't have a proper fastboot package, which is likely, |
