From 3f1d4dbb92c0b812095306e3066625875f6063cc Mon Sep 17 00:00:00 2001 From: rootVIII Date: Mon, 31 May 2021 00:37:57 -0400 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec32abd..088ff2b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ gomobile build -target=android github.com/rootVIII/skulls/skullsgomobile // 2. Install the newly created .apk into an already running Android Emulator: adb -s <emulator-name> install skullsgomobile.apk -// Note: to list available emulators: adb devices -l +// Note: to list available emulators (including phone connected for debugging): +adb devices -l // 3. View debug/logging output from the game: