From 72e0989537cf80b9adb7617e5c0841f45653abd0 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 23 Dec 2020 18:49:44 -0500 Subject: [PATCH] clarify PATH change --- static/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
$env:Path = "$pwd\platform-tools;$env:Path"
-

This is a temporary change to PATH for the current shell and will need +

This only changes PATH for the current shell and will need to be done again if you open a new terminal.