From affdb98bf0bf305b5baf1863002627eff4bb831e Mon Sep 17 00:00:00 2001
From: Antoine Huguet <antoine.huguet@student-cs.fr>
Date: Wed, 10 Feb 2021 13:48:13 +0100
Subject: [PATCH] last fix?

---
 README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9e9bee4..94ec097 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ sudo apt install zsh
 ```shell
 git clone https://gitlab.viarezo.fr/2019hugueta2/shell-pics ~/shell-pics
 ```
-### Make file executable
+#### Make file executable
 
 ```shell
 sudo chmod +x ~/shell-pics/install.sh
@@ -45,9 +45,14 @@ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.
 #### Remove installation folder
 
 ```shell
-rm -r ~/shell-pics
+rm -rf ~/shell-pics
 ```
 
+#### Restart shell
+
+```shell
+source ~/.zshrc
+```
 
 ## Set up your terminal
 
-- 
GitLab