1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Update README.md

Changed one liner command to a more simpler one
This commit is contained in:
Kristoffer Minya 2018-11-30 17:34:24 +01:00 committed by GitHub
parent e1dc74f13a
commit ae3ff8d680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:**