summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/developer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.rst b/doc/developer.rst
index 636e04e..416cf64 100644
--- a/doc/developer.rst
+++ b/doc/developer.rst
@@ -69,7 +69,7 @@ created):
.. code-block:: bash
:caption: Configure and build biboumi from inside the container
- docker exec biboumi-e2e sh -c "cd biboumi && mkdir build && cmake .."
+ docker exec biboumi-e2e sh -c "cd biboumi && mkdir build/ && cd build/ && cmake .."
This is needed (only once), because if you configure it from your host
machine, then the paths generated by cmake will be all wrong when you try