electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit f91674992f6982ddbc0a7bd1a1a57fb43165c9e0
parent 2eec7e16004449d70a081e80f782fdc6c90f6b02
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:
Mcontrib/android/Readme.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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`