README: fixed version number

This commit is contained in:
Jesse Bryan 2017-09-04 17:02:27 -05:00
parent c17574094d
commit 0b522dacd5

View file

@ -39,7 +39,7 @@ After installing the dependents, run the following commands to install gsu.
```
$ curl -o gsu.tar.gz https://codeload.github.com/winneon/gsu/tar.gz/v1.0.0
$ tar xvf gsu.tar.gz cd gsu-1.0.0
$ tar xvf gsu.tar.gz cd gsu-1.0.1
$ sudo make install
```