diff --git a/0-Intro.md b/0-Intro.md
index 552f54de63bb01d10c89739dc72c311e23e5d9ed..87484cc8dce6f48c89b7298ac6e4582ca2d88d09 100644
--- a/0-Intro.md
+++ b/0-Intro.md
@@ -65,7 +65,13 @@ sudo apt-get install git
 ```
 
 ### installation on windows
-[git project page](https://git-scm.com/)
+- [Download](https://git-scm.com/download/win)
+    - choose 64 bit
+    - portable if you do not have admin rights
+- default install options look OK
+- Git Bash
+- Windows Explorer context menue has *Git Bash Here* and *Git GUI Here* options
+- Windows credential window will pop up when accessing remotes with authentication
 
 ### navigate and manipulate on cli
 - pwd
@@ -84,6 +90,7 @@ git config --global user.name "Your Name"
 git config --global user.email "your.name@idiv.de"
 ```
 - eventually additionally configuration for windows/linux/mac stuff
+    - line break configuration done during install for windows
 - eventually mention difference global local
 
 ## short break (optional)