update example fastboot version

This commit is contained in:
Daniel Micay 2020-02-28 23:58:01 -05:00
parent b2c6334904
commit ca000cd8cf

View File

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