summaryrefslogtreecommitdiff
path: root/static/install
diff options
context:
space:
mode:
Diffstat (limited to 'static/install')
-rw-r--r--static/install/cli.html6
1 files changed, 3 insertions, 3 deletions
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</pre>
<p>To download, verify and extract the standalone platform-tools on Windows:</p>
- <pre>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</pre>
+ <pre>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</pre>
<p>Next, add the tools to your <code>PATH</code> in the current shell so they can be
used without referencing them by file path, enabling usage by the flashing script.</p>