diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/eh_logger.iml b/.idea/eh_logger.iml
new file mode 100644
index 0000000..2c80e12
--- /dev/null
+++ b/.idea/eh_logger.iml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..f0176c6
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..f1c4ce5
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..e955353
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index d656104..5824c4c 100644
--- a/README.md
+++ b/README.md
@@ -5,4 +5,4 @@
# Docs
-[Documentation](/docs/README.md)
+[Documentation](docs/README.md)
diff --git a/docs/README.md b/docs/README.md
index ba586af..27c4abc 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -3,6 +3,12 @@
> Simple helper to get easier formatted logger from the python logging module
+# install
+
+pip install git+https://git.eishausener.dev/Eishausener/eh-logger \
+or \
+pip install git+https://github.com/Eishausener/eh-logger
+
# usage
import eh-logging, create a formatted logger and use the logger
diff --git a/eh_logging/README.md b/eh_logging/README.md
index d656104..36b7645 100644
--- a/eh_logging/README.md
+++ b/eh_logging/README.md
@@ -5,4 +5,4 @@
# Docs
-[Documentation](/docs/README.md)
+[Documentation](../docs/README.md)