summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-05-08 05:27:27 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-05-08 05:44:47 -0400
commit63c51ad7d0e2ccec2d4a9367583d9956da657491 (patch)
tree4ebe09a622c42f5daafaf96bb976abea637c073a
parent8f16b4694f5edb684471ce3bb77b55b5f5c9dfbe (diff)
add Windows platform-tools instructions
-rw-r--r--static/install.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/install.html b/static/install.html
index c70fd875..44411141 100644
--- a/static/install.html
+++ b/static/install.html
@@ -147,6 +147,12 @@
echo 'f05b3d78def516d6fdf64be1caa1e1698e482b3adcf54a48dfaf9c972ddbd18e platform-tools_r30.0.0-linux.zip' | sha256sum -c
unzip platform-tools_r30.0.0-linux.zip</pre>
+ <p>To download, verify and extract the standalone platform-tools on Windows:</p>
+
+ <pre>curl.exe -O https://dl.google.com/android/repository/platform-tools_r30.0.0-windows.zip
+(Get-FileHash platform-tools_r30.0.0-windows.zip).hash -eq "854305f9a702f5ea2c3de73edde402bd26afa0ee944c9b0c4380420f5a862e0d"
+tar xf platform-tools_r30.0.0-windows.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. On
Linux and macOS:</p>