update sample fastboot version

This commit is contained in:
Daniel Micay 2020-05-01 17:23:12 -04:00
parent da398e8c13
commit 9f8dc8aef7

View File

@ -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">