From ae3ff8d680bd40cc39673ebf3819b737b620164c Mon Sep 17 00:00:00 2001 From: Kristoffer Minya <29523105+phenonymous@users.noreply.github.com> Date: Fri, 30 Nov 2018 17:34:24 +0100 Subject: [PATCH] Update README.md Changed one liner command to a more simpler one --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a12bc7a..eb9ad37 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that u ## Pre-Install ```bash -$ sudo apt-get install dconf-cli + $ sudo apt-get install dconf-cli ``` ## [Install](https://github.com/Mayccoll/Gogh/blob/master/content/install.md) @@ -27,7 +27,13 @@ $ sudo apt-get install dconf-cli Just copy and paste One line command. ```bash - $ wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh && rm gogh + $ bash -c "$(wget -qO- https://git.io/vQgMr)" +``` + +or if you are a mac user + +```bash + $ bash -c "$(curl -sLo- https://git.io/vQgMr)" ``` **DEMO:**