aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-07-15 15:06:28 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-07-15 15:06:28 +0200
commit249c6818f171b75930736872d61b0cdcda7e9832 (patch)
tree47132138e6a2d10df7e641495c37f28b213e7170
parentea37fb9187195d746a4b8a84da5cb6bd9e0e4aab (diff)
downloadbitcoin-249c6818f171b75930736872d61b0cdcda7e9832.tar.xz
fix quoting
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9ef4576509..16d03c3ab8 100644
--- a/README.rst
+++ b/README.rst
@@ -71,7 +71,7 @@ Windows build instructions:
- 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)