~edwargix/tallyard

315d416b8bd5e6ab9966205354dcc755a7ecd40d — David Florness 3 years ago 3002787 v0.3.1
README: update install-from-source instructions to use tarball
1 files changed, 3 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +3 -2
@@ 74,8 74,9 @@ Ensure you have the [Go](https://golang.org) programming language installed.
Then:

```sh
$ git clone https://git.hnitbjorg.xyz/~edwargix/tallyard
$ cd tallyard
$ wget -O tallyard-v0.3.0.tar.gz https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.3.0.tar.gz
$ tar xzf tallyard-v0.3.0.tar.gz
$ cd tallyard-v0.3.0
$ make
$ ./tallyard
```