electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit ac1872c6ab686e03a4874103f61985815e13472f
parent 5ae2f30fa52ebcec3773958fee45b462dd12c04e
Author: ThomasV <thomasv@electrum.org>
Date:   Fri, 18 Mar 2016 09:08:15 +0100

fix path

Diffstat:
MREADME.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst @@ -53,7 +53,7 @@ Run install (this should install dependencies):: Compile the icons file for Qt:: sudo apt-get install pyqt4-dev-tools - pyrcc4 icons.qrc -o gui/icons_rc.py + pyrcc4 icons.qrc -o gui/qt/icons_rc.py Compile the protobuf description file::