diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-23 18:01:29 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-23 18:15:26 -0500 |
| commit | cce6d66b10a48942e1da8a9bd8d88dad54fe76ad (patch) | |
| tree | f9360ec6630cf635d34f27ed13d454f545b086b8 | |
| parent | 89ba766d851e027cd43d81e016c761cc2fbccb69 (diff) | |
make it harder to mess up obtaining fastboot
This removes the link to the platform-tools releases page to discourage
using another approach to downloading and extracting it. The most common
mistake made by users is doing this their own way and ending up without
fastboot in their shell's path.
| -rw-r--r-- | static/install.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/static/install.html b/static/install.html index e4734b9b..27ac3c10 100644 --- a/static/install.html +++ b/static/install.html @@ -154,13 +154,14 @@ <section id="standalone-platform-tools"> <h4><a href="#standalone-platform-tools">Standalone platform-tools</a></h4> - <p>If your operating system doesn't make a proper version of fastboot available, - consider using the - <a href="https://developer.android.com/studio/releases/platform-tools">standalone - releases of platform-tools from Google</a>. If you have the Android SDK or intend to - do development work, you install the platform-tools package via the Android SDK - package manager which can be used to keep it up-to-date. The Android SDK is available - by itself or can be obtained via Android Studio.</p> + <!-- https://developer.android.com/studio/releases/platform-tools --> + + <p>If your operating system doesn't include a usable version of fastboot, + you can use the official standalone releases of platform-tools. This is + our recommendation for most users. The flashing process won't work unless + you follow these instructions including setting up PATH. If you close and + reopen the terminal after doing this, you'll need to set PATH again in the + new terminal.</p> <p>To download, verify and extract the standalone platform-tools on Linux:</p> |
