diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-11 22:57:01 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-11 22:57:01 -0400 |
| commit | 01d1b2d196162cb49275bc5c4a2f61812c59e788 (patch) | |
| tree | 9a0739496b430330938339f0291ab2d81dd4f13c /static/install.html | |
| parent | 9a8f6603c8f48f41e732e122bc730267d8cc4ce6 (diff) | |
fix macOS platform-tools verification string
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index b3c772ea..297dec81 100644 --- a/static/install.html +++ b/static/install.html @@ -159,7 +159,7 @@ 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 +echo 'SHA256 (platform-tools_r30.0.0-darwin.zip) = 74f3fd31032163c9d83383c266fcecf35a22b86986a7949572737b1aaf91715b' | 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> |
