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 +

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

+ +
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
+

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. On Linux and macOS: