diff options
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/install.html b/static/install.html index cce6f58a..b2286397 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 macOS:</p> + + <pre>curl -O https://dl.google.com/android/repository/platform-tools_r30.0.0-darwin.zip +echo 'SHA256 (platform-tools_r30.0.0-linux.zip) = f05b3d78def516d6fdf64be1caa1e1698e482b3adcf54a48dfaf9c972ddbd18e' | shasum -c +tar xf platform-tools_r30.0.0-darwin.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 |
