From 6d5d08b96b1388317b00b85f1c45474c4e3a43f8 Mon Sep 17 00:00:00 2001
From: Antoine Huguet <antoine.huguet@student-cs.fr>
Date: Wed, 10 Feb 2021 13:41:40 +0100
Subject: [PATCH] More update

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 024e2f1..8f06cc4 100644
--- a/README.md
+++ b/README.md
@@ -21,13 +21,18 @@ sudo apt install zsh
 ```shell
 git clone https://gitlab.viarezo.fr/2019hugueta2/shell-pics ~/shell-pics
 ```
+### Make file executable
+
+```shell
+sudo chmod +x ~/shell-pics/install.sh
+```
 
 #### Start installation
 
 Do **not** install as **sudo**.
 
 ```shell
-chmod +x ~/shell-pics/install.sh & ~/shell-pics/install.sh
+~/shell-pics/install.sh
 ```
 
 #### Follow instructions
-- 
GitLab