Browse Source
Merge pull request #6247 from relativisticelectron/readme_fix
Fix Readme to be consistent with commit 485422b072ab6d39ea80efbef8c0f…
bip39-recovery
ThomasV
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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` |
|
|
|
|
|
|
|