Skip to content

Commit

Permalink
Merge pull request #58 from sac/readmeupdate
Browse files Browse the repository at this point in the history
Update release info
  • Loading branch information
sac authored Jan 6, 2021
2 parents 6ad37c5 + 33632f2 commit 8d41098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Install
Download the latest release with the command

```
curl -LO https://github.com/gluster/gstatus/releases/download/v1.0.5/gstatus
curl -LO https://github.com/gluster/gstatus/releases/download/v1.0.6/gstatus
chmod +x ./gstatus
sudo mv ./gstatus /usr/local/bin/gstatus
gstatus --version
Expand All @@ -56,7 +56,7 @@ Installing the gstatus tool:
```
git clone https://github.com/gluster/gstatus.git
cd gstatus
VERSION=1.0.5 make gen-version
VERSION=1.0.6 make gen-version
python3 setup.py install
```

Expand Down

0 comments on commit 8d41098

Please sign in to comment.