diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-11-11 19:07:53 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-11-11 19:07:53 -0500 |
| commit | 2c322757637c14df72ff76b85b999851c8d52ade (patch) | |
| tree | dc4e0f2ee5c3eb7916bc1c5064bb211c68cd2cdf /static/install.html | |
| parent | 6f0f170dfdc9ec72a5d8a3b2b6450b877b3cd140 (diff) | |
update fastboot version
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/install.html b/static/install.html index 4440735f..e31f7fe6 100644 --- a/static/install.html +++ b/static/install.html @@ -108,12 +108,12 @@ standalone platform-tools release</a>, extract it and add it to your <code>PATH</code> in the current shell. For example:</p> - <pre>unzip platform-tools_r29.0.4-linux.zip + <pre>unzip platform-tools_r29.0.5-linux.zip export PATH="$PWD/platform-tools:$PATH"</pre> <p>Sample output from <code>fastboot --version</code> afterwards:</p> - <pre>fastboot version 29.0.4-5871666 + <pre>fastboot version 29.0.5-5949299 Installed as /home/username/downloads/platform-tools/fastboot</pre> <p>Don't proceed with the installation process until this is set up properly in your |
