From 315d416b8bd5e6ab9966205354dcc755a7ecd40d Mon Sep 17 00:00:00 2001 From: David Florness Date: Sun, 28 Feb 2021 17:42:33 -0500 Subject: [PATCH] README: update install-from-source instructions to use tarball --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a27f4c2..e4a2ffd 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- 2.38.4