diff --git a/static/install/cli.html b/static/install/cli.html index 288430e4..a0140e33 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -252,9 +252,9 @@ tar xvf platform-tools_r35.0.2-darwin.zip

To download, verify and extract the standalone platform-tools on Windows:

-
curl -O https://dl.google.com/android/repository/platform-tools_r35.0.2-windows.zip
-(Get-FileHash platform-tools_r35.0.2-windows.zip).hash -eq "ab9dbab873fff677deb2cfd95ea60b9295ebd53b58ec8533e9e1110b2451e540"
-tar xvf platform-tools_r35.0.2-windows.zip
+
curl -O https://dl.google.com/android/repository/platform-tools_r35.0.2-win.zip
+(Get-FileHash platform-tools_r35.0.2-win.zip).hash -eq "2975a3eac0b19182748d64195375ad056986561d994fffbdc64332a516300bb9"
+tar xvf platform-tools_r35.0.2-win.zip

Next, add the tools to your PATH in the current shell so they can be used without referencing them by file path, enabling usage by the flashing script.