diff options
Diffstat (limited to 'static/install/cli.html')
| -rw-r--r-- | static/install/cli.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index 62e6abcd..ee45e772 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -241,13 +241,13 @@ bsdtar xvf platform-tools_r34.0.4-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_r34.0.4-darwin.zip -echo 'SHA256 (platform-tools_r34.0.4-darwin.zip) = bd09b834c150181a383deba63e157e9a53a6eb5a9cf4849b2b79dd89d0a2ddf1' | shasum -c +echo 'SHA256 (platform-tools_r34.0.4-darwin.zip) = c60d9ee0acade673b649543b2d53c632ba54f9ca083ed612176105117fa16102' | shasum -c tar xvf platform-tools_r34.0.4-darwin.zip</pre> <p>To download, verify and extract the standalone platform-tools on Windows:</p> <pre>curl -O https://dl.google.com/android/repository/platform-tools_r34.0.4-windows.zip -(Get-FileHash platform-tools_r34.0.4-windows.zip).hash -eq "0938352ecc4952222c1fefe3845c4574fdeaa6228bf9dbe17716090f02cc3893" +(Get-FileHash platform-tools_r34.0.4-windows.zip).hash -eq "520a453af1d0baf1939a80038a816cb8de40d000542b1a71bf60ba6fc80784d9" tar xvf platform-tools_r34.0.4-windows.zip</pre> <p>Next, add the tools to your <code>PATH</code> in the current shell so they can be |
