clarify setting PATH

This commit is contained in:
Daniel Micay 2020-05-01 18:35:29 -04:00
parent d1709ac7b9
commit c04f7f8106

View File

@ -135,7 +135,8 @@ echo 'f05b3d78def516d6fdf64be1caa1e1698e482b3adcf54a48dfaf9c972ddbd18e platform
unzip platform-tools_r30.0.0-linux.zip</pre>
<p>Next, add the tools to your <code>PATH</code> in the current shell so they can be
used without referencing them by file path, enabling usage by the flashing script:</p>
used without referencing them by file path, enabling usage by the flashing script. On
Linux and macOS:</p>
<pre>export PATH="$PWD/platform-tools:$PATH"</pre>