From 735169bc891662dd9515548bbc31038ebb8ddb3b Mon Sep 17 00:00:00 2001 From: relativistic electron Date: Sun, 21 Jun 2020 20:51:39 +0200 Subject: [PATCH] Fix Readme to be consistent with commit 485422b072ab6d39ea80efbef8c0f3b6b93838af --- contrib/android/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/android/Readme.md b/contrib/android/Readme.md index e65c063dd..adfe44bd0 100644 --- a/contrib/android/Readme.md +++ b/contrib/android/Readme.md @@ -102,7 +102,7 @@ adb logcat | grep -F "`adb shell ps | grep org.electrum.electrum | cut -c14-19`" ### Kivy can be run directly on Linux Desktop. How? Install Kivy. -Build atlas: `(cd electrum/gui/kivy/; make theming)` +Build atlas: `(cd contrib/android/; make theming)` Run electrum with the `-g` switch: `electrum -g kivy`