diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-01 16:57:02 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-01 16:57:51 -0400 |
| commit | da398e8c13143c2a385613ebd389f2320c276c05 (patch) | |
| tree | 323f81958eed75265ceca90bcd8d18f6f7c40760 | |
| parent | 82856d4ebc702e93c09d2abe941af4a8d3a5d083 (diff) | |
fastboot 28.0.2+ is mandatory not just recommended
| -rw-r--r-- | static/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index fbe7ebe1..7e2bb8c6 100644 --- a/static/install.html +++ b/static/install.html @@ -105,7 +105,7 @@ <p>You need an updated copy of the <code>fastboot</code> tool and it needs to be included in your <code>PATH</code> environment variable. You can run <code>fastboot - --version</code> to determine the current version. It should be at least + --version</code> to determine the current version. It must be at least <code>28.0.2</code>. You can use a distribution package for this, but most of them mistakenly package development snapshots of fastboot, clobber the standard version scheme for platform-tools (adb, fastboot, etc.) with their own scheme and don't keep |
