clarify PATH change

This commit is contained in:
Daniel Micay 2020-12-23 18:49:44 -05:00
parent adbc6a0181
commit 72e0989537

View File

@ -201,7 +201,7 @@ tar xvf platform-tools_r30.0.5-windows.zip</pre>
<pre>$env:Path = "$pwd\platform-tools;$env:Path"</pre>
<p>This is a temporary change to <code>PATH</code> for the current shell and will need
<p>This only changes <code>PATH</code> for the current shell and will need
to be done again if you open a new terminal.</p>
</section>