diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-23 17:24:41 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-23 17:24:41 -0500 |
| commit | 9e33ba059b3271427c077769ae08e82b656f9efc (patch) | |
| tree | 45087758deb5b834281b38bea9c2014fd959fcb3 /static/install.html | |
| parent | b14a6e7b2ed4a2acf05a1bbb6292c9da6c292264 (diff) | |
clarify PATH
Diffstat (limited to 'static/install.html')
| -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 4d3fc859..e4734b9b 100644 --- a/static/install.html +++ b/static/install.html @@ -127,13 +127,14 @@ <section id="obtaining-fastboot"> <h3><a href="#obtaining-fastboot">Obtaining fastboot</a></h3> - <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 must be at least - <code>29.0.6</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 - it up-to-date despite that being crucial.</p> + <p>You need an updated copy of the <code>fastboot</code> tool and the + directory containing it needs to be included in the <code>PATH</code> + environment variable. You can run <code>fastboot --version</code> to determine + the current version. It must be at least <code>29.0.6</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 it up-to-date + despite that being crucial.</p> <p>List of distribution packages:</p> |
