1 files changed, 2 insertions(+), 1 deletions(-)
M README.md
M README.md => README.md +2 -1
@@ 23,7 23,8 @@ Ensure you have the [Go](https://golang.org) programming language
installed. Then:
```sh
-$ cd /path/to/tallyard/repo
+$ git clone https://gitlab.com/edwargix/tallyard
+$ cd tallyard
$ make
$ ./tallyard
```