1 files changed, 3 insertions(+), 3 deletions(-)
M README.md
M README.md => README.md +3 -3
@@ 74,9 74,9 @@ Ensure you have [golang](https://golang.org) and the
installed. Then:
```sh
-$ wget -O tallyard-v0.4.5.tar.gz https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.4.5.tar.gz
-$ tar xzf tallyard-v0.4.5.tar.gz
-$ cd tallyard-v0.4.5
+$ wget -O tallyard-v0.5.0.tar.gz https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.5.0.tar.gz
+$ tar xzf tallyard-v0.5.0.tar.gz
+$ cd tallyard-v0.5.0
$ make
$ ./tallyard
```