1
0

Merge pull request #6247 from relativisticelectron/readme_fix

Fix Readme to be consistent with commit 485422b072ab6d39ea80efbef8c0f…
This commit is contained in:
ThomasV
2020-06-21 22:21:22 +02:00
committed by GitHub

View File

@@ -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`