From 9d7dbcc05f2374ad4a162ed44184667ba60b6445 Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <schmiedt@uni-bremen.de>
Date: Fri, 23 Aug 2024 17:41:43 +0200
Subject: [PATCH] DOC: Fix small typo in win32 build instructions

---
 doc/Install_develop.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Install_develop.rst b/doc/Install_develop.rst
index efb1360..de85d19 100644
--- a/doc/Install_develop.rst
+++ b/doc/Install_develop.rst
@@ -111,7 +111,7 @@ 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: :code:``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
-- 
GitLab