diff options
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 5 |
1 files changed, 4 insertions, 1 deletions
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 <a href="https://developers.google.com/android/ota">full update package page</a>.</p> + <p>These instructions use command-line tools. On Windows, use PowerShell rather than + the legacy Command Prompt.</p> + <h3 id="obtaining-fastboot"> <a href="#obtaining-fastboot">Obtaining fastboot</a> </h3> @@ -148,7 +151,7 @@ unzip platform-tools_r30.0.0-linux.zip</pre> <p>On Windows:</p> - <pre>set PATH=%cd%\platform-tools;%PATH%</pre> + <pre>$env:Path = "$pwd\platform-tools;$env:Path"</pre> <p>Sample output from <code>fastboot --version</code> afterwards:</p> |
