tfix path - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit ac1872c6ab686e03a4874103f61985815e13472f
DIR parent 5ae2f30fa52ebcec3773958fee45b462dd12c04e
HTML Author: ThomasV <thomasv@electrum.org>
Date: Fri, 18 Mar 2016 09:08:15 +0100
fix path
Diffstat:
M README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/README.rst b/README.rst
t@@ -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::