diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-11 23:29:46 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-11 23:29:46 -0400 |
commit | 3681615abf46112646c009cf17f29d07c2755c11 (patch) | |
tree | 5d6296e85ba037f56b0d970486aabd099adfcfdc | |
parent | 67e47cb3787f91fe81159252890bf4f7e8391d5c (diff) | |
download | getwtxt-3681615abf46112646c009cf17f29d07c2755c11.tar.gz |
updated build deps
-rw-r--r-- | README.md | 6 |
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. ``` |