diff --git a/README.md b/README.md index 9e9bee4a6ff28644a3ed1320d0dcb1f8bd136b10..94ec0976d09851b0480b41a85e9ab3f405b1ddfb 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