summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 64e2353..d885740 100644
--- a/README.rst
+++ b/README.rst
@@ -68,8 +68,8 @@ you can build directly in the source tree::
Or, if you plan to develop CMake or otherwise run the test suite, create
a separate build tree::
- $ mkdir cmake-build && cd cmake-build
- $ ../cmake-source/bootstrap && make
+ $ mkdir build && cd build
+ $ ../bootstrap && make
Windows
^^^^^^^