summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-11 23:29:46 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-11 23:29:46 -0400
commit3681615abf46112646c009cf17f29d07c2755c11 (patch)
tree5d6296e85ba037f56b0d970486aabd099adfcfdc /README.md
parent67e47cb3787f91fe81159252890bf4f7e8391d5c (diff)
downloadgetwtxt-3681615abf46112646c009cf17f29d07c2755c11.tar.gz
updated build deps
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index d6504df..a5a9be9 100644
--- a/README.md
+++ b/README.md
@@ -43,11 +43,9 @@ personally tested getwtxt on Linux, specifically:
 Build dependencies are minimal, and only include:
 * `gnu make`
 * `go >= 1.11`
+* `git`
 
-`git` is not required if you download the sources via the 
-[`Releases`](https://github.com/getwtxt/getwtxt/releases) tab
-
-Now, on with the directions. First, fetch the sources using `git`
+First, fetch the sources using `git`
 and jump into the directory. Then, check out the latest tag.
 
 ```