diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-02-28 23:58:01 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-28 23:58:01 -0500 |
| commit | ca000cd8cfe62f2554b16d9ab53218fe3b3534be (patch) | |
| tree | 1a83bbbb506da3e70d9bdca85a7fe46a8915e086 | |
| parent | b2c633490497f451e472cb5a223aac39b6067a17 (diff) | |
update example fastboot version
| -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 e6822bc7..849ee718 100644 --- a/static/install.html +++ b/static/install.html @@ -111,12 +111,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.5-linux.zip + <pre>unzip platform-tools_r29.0.6-linux.zip export PATH="$PWD/platform-tools:$PATH"</pre> <p>Sample output from <code>fastboot --version</code> afterwards:</p> - <pre>fastboot version 29.0.5-5949299 + <pre>fastboot version 29.0.6-6198805 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 |
