summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Burke <rich.g.burke@gmail.com>2019-01-08 22:55:04 +0000
committerGitHub <noreply@github.com>2019-01-08 22:55:04 +0000
commite3bdd424cd834c9dcc5b309727596770ea8ff6a3 (patch)
treed54fd6bd17b7577cf2bcf0b9cad240745659faf6
parent8215c1a8469058377542049a7827789e69b83531 (diff)
Update grv version in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 775fb4a..c7f2bec 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Static binaries are available for Linux. For example, to use
the amd64 binary run the following steps:
```
-wget -O grv https://github.com/rgburke/grv/releases/download/v0.3.0/grv_v0.3.0_linux64
+wget -O grv https://github.com/rgburke/grv/releases/download/v0.3.1/grv_v0.3.1_linux64
chmod +x ./grv
./grv -repoFilePath /path/to/repo
```