diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-01 18:37:27 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-01 18:37:27 -0400 |
| commit | 4164fff1b513f86b8ec8b5e2466d549c811b68ac (patch) | |
| tree | 1271cdc7b3fd486060aed3980e76e36ce074509d | |
| parent | c04f7f81068497e20b7ef6583578d6034b60400f (diff) | |
for Linux -> on Linux
| -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 68708d87..9a234066 100644 --- a/static/install.html +++ b/static/install.html @@ -128,7 +128,7 @@ package manager which can be used to keep it up-to-date. The Android SDK is available by itself or can be obtained via Android Studio.</p> - <p>To download, verify and extract the standalone platform-tools for Linux:</p> + <p>To download, verify and extract the standalone platform-tools on Linux:</p> <pre>curl -O https://dl.google.com/android/repository/platform-tools_r30.0.0-linux.zip echo 'f05b3d78def516d6fdf64be1caa1e1698e482b3adcf54a48dfaf9c972ddbd18e platform-tools_r30.0.0-linux.zip' | sha256sum -c |
