diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-01 17:23:12 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-01 17:23:12 -0400 |
| commit | 9f8dc8aef7678fc9ca8dbc21015f0ab258c7eaf3 (patch) | |
| tree | 40683ab2afc7d11bbb0b24bff1ac8d4f6a6f73b0 /static | |
| parent | da398e8c13143c2a385613ebd389f2320c276c05 (diff) | |
update sample fastboot 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 7e2bb8c6..b0efe1e6 100644 --- a/static/install.html +++ b/static/install.html @@ -128,12 +128,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.6-linux.zip + <pre>unzip platform-tools_r30.0.0-linux.zip export PATH="$PWD/platform-tools:$PATH"</pre> <p>Sample output from <code>fastboot --version</code> afterwards:</p> - <pre>fastboot version 29.0.6-6198805 + <pre>fastboot version 30.0.0-6374843 Installed as /home/username/downloads/platform-tools/fastboot</pre> <h3 id="obtaining-signify"> |
