changeset 1180:f966b66db2ed draft

fix quoting
author Wladimir J. van der Laan <laanwj@gmail.com>
date Fri, 15 Jul 2011 15:06:28 +0200
parents 40b93e582042
children 99424aec7b2e
files README.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst
+++ b/README.rst
@@ -71,7 +71,7 @@
 
 - Download and extract the `dependencies archive`_  [#]_, or compile openssl, boost and dbcxx yourself.
 
-- Copy the contents of the folder "deps" to "X:\QtSDK\mingw", replace X:\ with the location where you installed the Qt SDK. Make sure that the contents of "deps/include" end up in the current "include" directory and such.
+- Copy the contents of the folder "deps" to "X:\\QtSDK\\mingw", replace X:\\ with the location where you installed the Qt SDK. Make sure that the contents of "deps\\include" end up in the current "include" directory.
 
 - Open the .pro file in QT creator and build as normal (ctrl-B)