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 5ae2f30fa52ebcec3773958fee45b462dd12c04e
   DIR parent 7e39052c595c9fa29ddee7aee1048082e570d005
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Thu, 17 Mar 2016 12:52:40 +0100
       
       update readme
       
       Diffstat:
         M README.rst                          |       6 +++++-
       
       1 file changed, 5 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/README.rst b/README.rst
       t@@ -46,6 +46,10 @@ Check out the code from Github::
            git clone git://github.com/spesmilo/electrum.git
            cd electrum
        
       +Run install (this should install dependencies)::
       +
       +    python setup.py install
       +
        Compile the icons file for Qt::
        
            sudo apt-get install pyqt4-dev-tools
       t@@ -88,7 +92,7 @@ Creating Binaries
        
        In oder to creating binaries, you must create the 'packages' directory::
        
       -    ./contrib/pake_packages
       +    ./contrib/make_packages
        
        
        Mac OS X