diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-10-08 18:12:37 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-10-08 18:12:37 -0400 |
| commit | f3dc45ce06bc5aae6fc744bf9b20c8a4851226c2 (patch) | |
| tree | a16ae7603052d8067df8e2e7c0d41c4d12881c90 | |
| parent | 8528c695e77a505d2496da4d31a280c6e34f8b4f (diff) | |
update sample fastboot
| -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 2e1f2c16..aec5d42e 100644 --- a/static/install.html +++ b/static/install.html @@ -107,12 +107,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.2-linux.zip + <pre>unzip platform-tools_r29.0.4-linux.zip export PATH="$PWD/platform-tools:$PATH"</pre> <p>Sample output from <code>fastboot --version</code> afterwards:</p> - <pre>fastboot version 29.0.2-5738569 + <pre>fastboot version 29.0.4-5871666 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 |
