diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-11 19:12:14 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-11 19:12:14 -0400 |
commit | 377709d3cc81645c56036ed7a3d314a571f05614 (patch) | |
tree | 398c40cafd3d18ef7a2b76854008b8b9f9177b60 | |
parent | 9a0bbd716ff234475dc7b2efa3e3c2ef96bd5454 (diff) | |
download | getwtxt-377709d3cc81645c56036ed7a3d314a571f05614.tar.gz |
updated install instructions
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index be6212b..2eeaec0 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,14 @@ Build dependencies are minimal, and only include: [`Releases`](https://github.com/getwtxt/getwtxt/releases) tab Now, on with the directions. First, fetch the sources using `git` -and jump into the directory. +and jump into the directory. Then, check out the latest tag. ``` $ git clone git://github.com/getwtxt/getwtxt.git ... $ cd getwtxt +... +$ git checkout $(git describe --tags --abbrev=0) ``` Optionally, use the `go` tool to test and benchmark the files in `svc`. |