diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-11 22:42:57 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-11 22:43:43 -0400 |
| commit | 9a8f6603c8f48f41e732e122bc730267d8cc4ce6 (patch) | |
| tree | 0e850d1c4c2903dceea069e0799bab778e78c206 /static | |
| parent | bfe182d5597b6eaf63f687d3ad393d560dfee754 (diff) | |
put standalone platform-tools in a section
Diffstat (limited to 'static')
| -rw-r--r-- | static/install.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index b2286397..b3c772ea 100644 --- a/static/install.html +++ b/static/install.html @@ -54,7 +54,12 @@ <li> <a href="#prerequisites">Prerequisites</a> <ul> - <li><a href="#obtaining-fastboot">Obtaining fastboot</a></li> + <li> + <a href="#obtaining-fastboot">Obtaining fastboot</a> + <ul> + <li><a href="#standalone-platform-tools">Standalone platform-tools</a></li> + </ul> + </li> <li><a href="#obtaining-signify">Obtaining signify</a></li> </ul> </li> @@ -133,6 +138,10 @@ above)</li> </ul> + <h4 id="standalone-platform-tools"> + <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 |
