mirror of
https://github.com/winneon/gsu.git
synced 2026-09-10 07:16:25 -04:00
README: updated source installation instructions
This commit is contained in:
parent
7ec476e030
commit
f601110347
|
|
@ -38,8 +38,8 @@ $ sudo apt-get install unzip make maim slop ffmpeg curl jq
|
|||
After installing the dependents, run the following commands to install gsu.
|
||||
|
||||
```
|
||||
$ curl -o gsu.zip https://codeload.github.com/winneon/gsu/zip/master
|
||||
$ unzip gsu.zip && cd gsu-master
|
||||
$ curl -o gsu.zip https://codeload.github.com/winneon/gsu/zip/v1.0.0
|
||||
$ unzip gsu.zip && cd gsu-1.0.0
|
||||
$ sudo make install
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue