From 1f622077733ac4abd9d378cadd16c01b069a7cd1 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 1 May 2020 19:02:58 -0400 Subject: [PATCH] use PowerShell rather than cmd.exe --- static/install.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: