From 3eaa60d6c086d8573f37ffc22e28cec2fb44e4c6 Mon Sep 17 00:00:00 2001
From: Michael Blaschek <michael.blaschek@univie.ac.at>
Date: Fri, 23 Apr 2021 13:46:14 +0200
Subject: [PATCH] Update Git/README.md

---
 Git/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Git/README.md b/Git/README.md
index 7c19183..e6cbd77 100644
--- a/Git/README.md
+++ b/Git/README.md
@@ -24,6 +24,8 @@ Different use cases:
 cd dir-of-repo
 # copy the script there
 wget https://gitlab.phaidra.org/imgw/computer-resources/-/raw/master/Git/git-repos-sync
+# make executable
+chmod +x git-repos-sync
 # execute the script
 ./git-repos-sync [URL] [URL] [Branch]
 ```
@@ -35,6 +37,8 @@ wget https://gitlab.phaidra.org/imgw/computer-resources/-/raw/master/Git/git-rep
 mkdir sync-repos
 # copy the script there
 wget https://gitlab.phaidra.org/imgw/computer-resources/-/raw/master/Git/git-repos-sync
+# make executable
+chmod +x git-repos-sync
 # execute the script
 ./git-repos-sync [URL] [URL] [Branch]
 ```
-- 
GitLab