From 5989727e417368fc5a7441bdf89de0d418cd00c8 Mon Sep 17 00:00:00 2001 From: Antoine Huguet <antoine.huguet@student-cs.fr> Date: Wed, 10 Feb 2021 13:44:35 +0100 Subject: [PATCH] Separate installation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8f06cc4..9e9bee4 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ sudo chmod +x ~/shell-pics/install.sh Do **not** install as **sudo**. +```shell +sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" +``` + ```shell ~/shell-pics/install.sh ``` -- GitLab