diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-23 18:49:44 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-23 18:49:44 -0500 |
| commit | 72e0989537cf80b9adb7617e5c0841f45653abd0 (patch) | |
| tree | cf7673803b752bb1b548938b7f0495713a36153c /static/install.html | |
| parent | adbc6a0181d1f0e1b9aff5535eceb5fa2e8d8340 (diff) | |
clarify PATH change
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index d2349ea1..9fc02e95 100644 --- a/static/install.html +++ b/static/install.html @@ -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> |
