URI: 
       tupdate readme - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit dff138852ddd2f714040da9dd42c9ec4ec77e9ac
   DIR parent 78c88effac8d616721590bf820a1fe8385bbd100
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Fri, 18 Mar 2016 15:23:05 +0100
       
       update readme
       
       Diffstat:
         M gui/kivy/Readme.txt                 |      13 +++++++++----
       
       1 file changed, 9 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/gui/kivy/Readme.txt b/gui/kivy/Readme.txt
       t@@ -10,12 +10,17 @@ Commands::
        If something in included modules like kivy or any other module changes
        then you need to rebuild the distribution. To do so:
        
       -   `rm -rf .buildozer/android/platform/python-for-android/dist`
       +  rm -rf .buildozer/android/platform/python-for-android/dist
        
        
       -Note:
       -  python-for-android must be patched with:
       +Notes:
       +
       +
       +To use internal storage, python-for-android must be patched with:
       +
          git pull git@github.com:denys-duchier/python-for-android.git fix-recursive-delete
        
        
       -export P4A_pyjnius_DIR=local_clone
       +To fix the clipboard, pyjnius uses the handle_charsequence branch:
       +
       +   export P4A_pyjnius_DIR=local_clone