diff --git a/static/install.html b/static/install.html index 73229b5d..1c13c132 100644 --- a/static/install.html +++ b/static/install.html @@ -105,6 +105,9 @@ from the full update package page.

+

These instructions use command-line tools. On Windows, use PowerShell rather than + the legacy Command Prompt.

+

Obtaining fastboot

@@ -148,7 +151,7 @@ unzip platform-tools_r30.0.0-linux.zip

On Windows:

-
set PATH=%cd%\platform-tools;%PATH%
+
$env:Path = "$pwd\platform-tools;$env:Path"

Sample output from fastboot --version afterwards: