summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-11 19:12:14 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-11 19:12:14 -0400
commit377709d3cc81645c56036ed7a3d314a571f05614 (patch)
tree398c40cafd3d18ef7a2b76854008b8b9f9177b60
parent9a0bbd716ff234475dc7b2efa3e3c2ef96bd5454 (diff)
downloadgetwtxt-377709d3cc81645c56036ed7a3d314a571f05614.tar.gz
updated install instructions
-rw-r--r--README.md4
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`.