From 05a35fa9d39e983b52fde1a36cd6563565cc7a66 Mon Sep 17 00:00:00 2001 From: Robert Manzke Date: Sun, 15 Dec 2024 18:36:31 +0100 Subject: [PATCH] typo in instructions fixed --- docs/development/09_building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/09_building.rst b/docs/development/09_building.rst index f523d57b..57816569 100644 --- a/docs/development/09_building.rst +++ b/docs/development/09_building.rst @@ -28,7 +28,7 @@ In a terminal Navigate to the desired parent directory of your code and run Git .. code-block:: shell cd desired_parent_dir - git clone -b dev -recursive https://github.com/ctag-fh-kiel/ctag-tbd.git + git clone -b dev --recursive https://github.com/ctag-fh-kiel/ctag-tbd.git Navigate to the TBD project root