~edwargix/tallyard

89356e0924b20c65b43622c3e5b66a48e7fec8c4 — David Florness 1 year, 7 months ago 078c954 v0.5.0
Bump version to v0.5.0
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
```