From fc0ed4f1a75607329f4f9b58cd96ea51bf449a92 Mon Sep 17 00:00:00 2001
From: Antoine Huguet <antoine.huguet@student-cs.fr>
Date: Wed, 10 Feb 2021 13:37:43 +0100
Subject: [PATCH] little mistake

---
 README.md                 | 2 +-
 .install.sh => install.sh | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename .install.sh => install.sh (100%)

diff --git a/README.md b/README.md
index 7826688..024e2f1 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ git clone https://gitlab.viarezo.fr/2019hugueta2/shell-pics ~/shell-pics
 Do **not** install as **sudo**.
 
 ```shell
-~/shell-pics/install.sh
+chmod +x ~/shell-pics/install.sh & ~/shell-pics/install.sh
 ```
 
 #### Follow instructions
diff --git a/.install.sh b/install.sh
similarity index 100%
rename from .install.sh
rename to install.sh
-- 
GitLab