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:
parent
e1dc74f13a
commit
ae3ff8d680
@ -27,7 +27,13 @@ $ sudo apt-get install dconf-cli
|
|||||||
Just copy and paste One line command.
|
Just copy and paste One line command.
|
||||||
|
|
||||||
```bash
|
```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:**
|
**DEMO:**
|
||||||
|
Loading…
Reference in New Issue
Block a user