1
0

Fix Readme to be consistent with commit 485422b072

This commit is contained in:
relativistic electron
2020-06-21 20:51:39 +02:00
parent 2eec7e1600
commit 735169bc89

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`