diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-11 22:02:38 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-11 22:02:38 -0400 |
| commit | bfe182d5597b6eaf63f687d3ad393d560dfee754 (patch) | |
| tree | f802b5b388379cc1cc6e0f34c74fa3f9d81d6448 /static/install.html | |
| parent | 341938eb5e9d013e7c3788f89fa03ae14df1cf02 (diff) | |
add macOS platform-tools instructions
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 |
