diff --git a/01-clone.png b/01-clone.png
new file mode 100644
index 0000000000000000000000000000000000000000..2f714fb6b6e1572e0dae67a0d63a1cc31e9dbcb6
Binary files /dev/null and b/01-clone.png differ
diff --git a/06-pluginon.png b/06-pluginon.png
new file mode 100644
index 0000000000000000000000000000000000000000..36e29e7ddca21821c0666730fee2725ed20d8812
Binary files /dev/null and b/06-pluginon.png differ
diff --git a/README.md b/README.md
index eacb879f2d8fd1c3f99ac756c3124ea77c17dba0..5723bd91af9b43d50b06dc61de2eee48587c36aa 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,23 @@ This is a template for a collection of text files (e.g. notebooks, wikis, "Zette
 - (create your repository in GitLab (new project))
 - Clone this repository or the new one with `git clone`
 	- if on Windows, use https (not ssh) in order to conveniently push with the Obsidian Git plugin (see below)
+	- ![[01-clone.png]]
 - Open Obsidian and open the cloned folder as a new vault. If you already have a vault open, use the "Open another vault" button in the bottom left.
+	- ![[02-opennew.png]]  ![[03-open.png]]
 - Go to settings (`Ctrl+,`) and install the community plugins to ease your experience:
-	- Obsidian Git
+	- ![[04-plugins.png]]
+	- Obsidian Git (install it)
+		- ![[05-plugingit.png]]
 	- Obsidian Link Converter
+		- same as above
+	- after installation, the plugins must be turned on manually
+		- Close the "Browse Plugins" window if still open
+		- Flip the switch on both your newly installed plugins to enable them
+		- ![[06-pluginon.png]]
+	- Find the community plugins area on the left side of the options menu:
+		- ![[07-communityplugins.png]]
+		- Click one of them to open its settings. Change some things according to taste (e.g. enable automatic pulling when Obsidian is opened)
+		- Personally, I don't like the automatic backup feature of Obsidian Git, as it will sometimes push my changes when I am in the middle of editing a document
 - Set some hotkeys to Git pull, commit & push and for `Obsidian Link Converter: Vault: Links to Markdown`
 - Create the gitignore file as below
 - See more advice below
diff --git a/images/02-opennew.png b/images/02-opennew.png
new file mode 100644
index 0000000000000000000000000000000000000000..d3ba16a8cc11dd75a8ac5544d7bb4c0e776d9b6b
Binary files /dev/null and b/images/02-opennew.png differ
diff --git a/images/03-open.png b/images/03-open.png
new file mode 100644
index 0000000000000000000000000000000000000000..42df224fd501004de41e285357b9411b198163cf
Binary files /dev/null and b/images/03-open.png differ
diff --git a/images/04-plugins.png b/images/04-plugins.png
new file mode 100644
index 0000000000000000000000000000000000000000..56378b7cc6a6d619ee23e34fbc517799929fb6db
Binary files /dev/null and b/images/04-plugins.png differ
diff --git a/images/05-plugingit.png b/images/05-plugingit.png
new file mode 100644
index 0000000000000000000000000000000000000000..5952c0ae79dc3112d74b49ae98b6e9164de88047
Binary files /dev/null and b/images/05-plugingit.png differ
diff --git a/images/07-communityplugins.png b/images/07-communityplugins.png
new file mode 100644
index 0000000000000000000000000000000000000000..17e70fdd39e5b1ed8958f9db1f695ebae8f065dd
Binary files /dev/null and b/images/07-communityplugins.png differ