diff --git a/web/content/docs/devguide/getting-started/prerequisites.pandoc b/web/content/docs/devguide/getting-started/prerequisites.pandoc
index 6ba23ddd84a15899df7b51bfa4bf235f8bc9d4ff..e621368b241a379a00c50e8ff02b04b0997a4ac3 100644
--- a/web/content/docs/devguide/getting-started/prerequisites.pandoc
+++ b/web/content/docs/devguide/getting-started/prerequisites.pandoc
@@ -239,6 +239,8 @@ Install Conan with Python's pip:
 pip3 install --user conan
 ```
 
+This installed `conan` to `.local/bin` in your home directory. Make sure to have this directory in your `PATH`!
+
 Check on a newly opened command line if Conan was installed successfully:
 
 ```bash