diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-08-06 00:18:25 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-08-06 00:18:25 -0400 |
| commit | b8c89fe0fca8ffc2cf05d2cf8e3c9d70bb960f07 (patch) | |
| tree | 155d2a45e923b34d72cd40ae69ba456060fe8b24 /static | |
| parent | 7aae8e98197c3a29fac2dd221b5b47bd4756960f (diff) | |
update platform-tools version
Diffstat (limited to 'static')
| -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 81e5c684..f20252cf 100644 --- a/static/install.html +++ b/static/install.html @@ -98,12 +98,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.1-linux.zip + <pre>unzip platform-tools_r29.0.2-linux.zip export PATH="$PWD/platform-tools:$PATH"</pre> <p>Sample output from <code>fastboot --version</code> afterwards:</p> - <pre>fastboot version 29.0.1-5644136 + <pre>fastboot version 29.0.2-5738569 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 |
