README: updated source installation instructions

This commit is contained in:
Jesse Bryan 2017-09-04 06:18:41 -05:00
parent 7ec476e030
commit f601110347

View file

@ -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
```