update sample fastboot

This commit is contained in:
Daniel Micay 2019-10-08 18:12:37 -04:00
parent 8528c695e7
commit f3dc45ce06

View File

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