tMerge pull request #6247 from relativisticelectron/readme_fix - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit f91674992f6982ddbc0a7bd1a1a57fb43165c9e0 DIR parent 2eec7e16004449d70a081e80f782fdc6c90f6b02 HTML Author: ThomasV <thomasv@electrum.org> Date: Sun, 21 Jun 2020 22:21:22 +0200 Merge pull request #6247 from relativisticelectron/readme_fix Fix Readme to be consistent with commit 485422b072ab6d39ea80efbef8c0f… Diffstat: M contrib/android/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/contrib/android/Readme.md b/contrib/android/Readme.md t@@ -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`