diff --git a/assets/images/getting-started/install-git/Win_PATH.webp b/assets/images/getting-started/install-git/Win_PATH.webp
new file mode 100644
index 0000000..7519121
Binary files /dev/null and b/assets/images/getting-started/install-git/Win_PATH.webp differ
diff --git a/assets/images/getting-started/install-git/Win_editor.webp b/assets/images/getting-started/install-git/Win_editor.webp
new file mode 100644
index 0000000..b9ae0f9
Binary files /dev/null and b/assets/images/getting-started/install-git/Win_editor.webp differ
diff --git a/assets/images/getting-started/install-git/Win_error-notes.webp b/assets/images/getting-started/install-git/Win_error-notes.webp
new file mode 100644
index 0000000..ab0170a
Binary files /dev/null and b/assets/images/getting-started/install-git/Win_error-notes.webp differ
diff --git a/assets/images/getting-started/install-git/Win_run-as-admin.webp b/assets/images/getting-started/install-git/Win_run-as-admin.webp
new file mode 100644
index 0000000..005a2fd
Binary files /dev/null and b/assets/images/getting-started/install-git/Win_run-as-admin.webp differ
diff --git a/content/getting-started/install-git.md b/content/getting-started/install-git.md
index 49d53b4..7b42195 100644
--- a/content/getting-started/install-git.md
+++ b/content/getting-started/install-git.md
@@ -22,21 +22,35 @@ For some Git clients (see [below](#git-clients)), e.g. [RStudio](https://rstudio
### Install
If you want to install as regular user, just log in with your user account and run the installer.
To install with administrator rights, either log in as administrator, or run the installer as administrator. In the latter case, right-click on the installer, select `Run as administrator` and enter your credentials:
-
+
+
+
+
+
+
From there, follow the steps in the setup wizard. It is okay to just accept the defaults, when in doubt.
There are two steps for which you have to pay attention:
1. Choose your editor:
By default, [Vim](https://www.vim.org/) will be used for Git. But if you prefer to use another one, select it here.
-
+
+
+
+
2. PATH environment:
-
+
+
+
+
This makes sure that Git can be used by 3rd party software (Git clients). It is recommended (and the default) anyway.
> You may get the error message displayed below, that the release notes cannot be displayed. That error message can be safely ignored. You can find the release notes in `Start Menu > Git > Git Release Notes`.
-> 
+
+
+
+
### Run