update fastboot version

This commit is contained in:
Daniel Micay 2019-11-11 19:07:53 -05:00
parent 6f0f170dfd
commit 2c32275763

View File

@ -108,12 +108,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.4-linux.zip
<pre>unzip platform-tools_r29.0.5-linux.zip
export PATH="$PWD/platform-tools:$PATH"</pre>
<p>Sample output from <code>fastboot --version</code> afterwards:</p>
<pre>fastboot version 29.0.4-5871666
<pre>fastboot version 29.0.5-5949299
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