From 228c31200831a30c7c69fe66090556fd070a1eb1 Mon Sep 17 00:00:00 2001
From: Tobias Meisel <tobias.meisel@ufz.de>
Date: Tue, 14 Jan 2025 15:08:35 +0100
Subject: [PATCH] [Doc] Development guide - first clone

---
 docs/development/index.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/development/index.md b/docs/development/index.md
index 893ca1762..c1bf2ce92 100644
--- a/docs/development/index.md
+++ b/docs/development/index.md
@@ -9,6 +9,12 @@ You can clone the source repository from https://gitlab.opengeosys.org/ogs/tools
 
 # Development environment
 
+Change into the directory with the cloned ogstools sources. (`.` assumes that your working directory contains the ogstools sources, the directory where you find the `pyproject.toml`).
+
+```bash
+cd ogstools
+```
+
 Create a virtual environment, activate it and install required packages:
 
 ```bash
-- 
GitLab