From bfe182d5597b6eaf63f687d3ad393d560dfee754 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 11 May 2020 22:02:38 -0400 Subject: [PATCH] add macOS platform-tools instructions --- static/install.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 +

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

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

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