From 773f1c86c232f6a331eecb8b59c250c756437af2 Mon Sep 17 00:00:00 2001 From: wunderfisch Date: Tue, 7 Nov 2023 11:26:00 +0100 Subject: [PATCH] added link to adb website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e919428..fb6c8ce 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Check by typing in your terminal: echo $ANDROID_SDK_ROOT You should see the path of Sdk. -If you haven't installed `adb tools` before, you will also have to do so and add to the .bashrc +If you haven't installed [adb tools](https://developer.android.com/tools/adb) before, you will also have to do so and add to the .bashrc PATH="$PATH:$HOME/Android/Sdk/platform-tools"