diff --git a/README.md b/README.md
index 39b51b4..5873481 100644
--- a/README.md
+++ b/README.md
@@ -38,4 +38,18 @@ git clone https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools.git
Dont forget to replace the path!
-And you are done!
\ No newline at end of file
+And you are done!
+
+#### Additional:
+
+If you want to have this repository in your projects (or any other) folder, you can clone the repository in the folder and create a symbolic link to it.
+
+You can do so by running these commands:
+
+``` bash
+cd /any/folder
+git clone https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools.git
+ln -s /any/folder/wobbl_tools /home/user/.local/lib/python3.10/site-packages/
+```
+
+Dont forget to replace the paths, and it is necessary that there is no / at the end of the path to the module and a / at the end of the path to the site-packages folder.
\ No newline at end of file