From 5bdca0f35bce90c027a8fe8590498c12ce4c9edc Mon Sep 17 00:00:00 2001
From: Tobias Meisel <tobias.meisel@web.de>
Date: Thu, 17 Sep 2020 08:32:01 +0000
Subject: [PATCH] [web] Added note about "Get the source code" for pre-commit
 installation

---
 .../docs/devguide/getting-started/get-the-source-code.md        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/web/content/docs/devguide/getting-started/get-the-source-code.md b/web/content/docs/devguide/getting-started/get-the-source-code.md
index 57989ccf213..9f5eeaf7d42 100644
--- a/web/content/docs/devguide/getting-started/get-the-source-code.md
+++ b/web/content/docs/devguide/getting-started/get-the-source-code.md
@@ -68,6 +68,8 @@ cd ogs
 pre-commit install
 ```
 
+For Windows only: This installed `pre-commit` to `.local/bin` (or `C:\Users\[username]\AppData\Roaming\Python\Python37\Scripts` on Windows) in your home directory. Make sure to have this directory in your `PATH`!
+
 ## Optional: Working on a new feature
 
 You only have to follow the above steps once. From then on, whenever you want to work on a new feature, you can more easily interact with the remote repositories.
-- 
GitLab