summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-05 00:32:27 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-05 00:32:27 -0400
commit0810e49fee824981ff0ecef33680916f5d5361c4 (patch)
tree129470af92aa4481ab21299689a014de0f5c65b3
parent4b056d5922d7f5983e4e540c17dd37fa5e9b5550 (diff)
downloadgetwtxt-0810e49fee824981ff0ecef33680916f5d5361c4.tar.gz
updated readme installation/configuration sections
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b0bede..391d65e 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,18 @@ A public instance is currently available:
 
 ## Installation 
 
-First, fetch the sources using `git`
+While I've included macOS builds in `.travis.yml`, I have only
+personally tested `getwtxt` on Linux, specifically:
+* Debian 9, 10/Testing, Sid
+* Ubuntu Server 18.04LTS, 18.10, 19.04
+
+Build dependencies are minimal, and only include:
+* `gnu make`
+* `go >= 1.11`
+
+`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`
 and jump into the directory.
 
 ```