diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-28 09:30:04 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-28 09:30:04 -0400 |
| commit | ff508ccfa8006ca7c939f8a6f0b9750d8f14bd0e (patch) | |
| tree | d061cc988da5db1520c76c450cd4f3446dd7be24 /static/install.html | |
| parent | 16532c8e20682040719a939e84f0403d2df60fd6 (diff) | |
reword information on packages
Diffstat (limited to 'static/install.html')
| -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, |
