From a789fc7c85826247908ea6996203106e762beee1 Mon Sep 17 00:00:00 2001
From: Noah <noah.wickel@rwth-aachen.de>
Date: Wed, 29 Nov 2023 12:50:43 +0100
Subject: [PATCH] Add Git download link.

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 62ae860..e8dc61a 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ This is a template for a collection of text files (e.g. notebooks, wikis, "Zette
 	- as a rule of thumb, avoid spaces in filenames if possible. If the file already has a space in it, the link must replace the space with `%20` like so: `[obsidian file](obsidian%20file.md)`
 
 ## Getting started
+- if not yet installed, install git on your system from https://www.git-scm.com
 - (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)
-- 
GitLab