From ac1872c6ab686e03a4874103f61985815e13472f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 18 Mar 2016 09:08:15 +0100 Subject: [PATCH] fix path --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 948bcd570..5ac4deb52 100644 --- 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::