diff --git a/doc/Install_develop.rst b/doc/Install_develop.rst
index de85d190ba745c38568886ad138abed277605e11..56908a7994e291956ad08fbfdf4c89ccd417e29b 100644
--- a/doc/Install_develop.rst
+++ b/doc/Install_develop.rst
@@ -111,11 +111,11 @@ as compiler. We use `cmake <https://cmake.org/download/>`__ as build
 tool.
 
 1. Install Python and create a virtual environment with the dependencies in `requirements.txt`.
-2. Activate the environment run in the repository folder: :code:``conan install . --build=missing -s build_type=Release``
+2. Activate the environment run in the repository folder: ``conan install . --build=missing -s build_type=Release``
 3. ``cmake --preset conan-default``
-4. Open ``libcaosdb.sln`` with Visual Studio, change the buildtype to
-   ``Release`` and build the project (ALL_BUILD). (You can open Tools/Command
-   Line/Developer Command Prompt and execute
+4. Open ``build/libcaosdb.sln`` with Visual Studio, change the
+   buildtype to ``Release`` and build the project (ALL_BUILD). (You
+   can open Tools/Command Line/Developer Command Prompt and execute
    ``msbuild libcaosdb.sln /property:Configuration=Release``)
 5. Try running the cli clients in ``.\build\Release\``.