diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-05 00:32:27 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-05 00:32:27 -0400 |
commit | 0810e49fee824981ff0ecef33680916f5d5361c4 (patch) | |
tree | 129470af92aa4481ab21299689a014de0f5c65b3 | |
parent | 4b056d5922d7f5983e4e540c17dd37fa5e9b5550 (diff) | |
download | getwtxt-0810e49fee824981ff0ecef33680916f5d5361c4.tar.gz |
updated readme installation/configuration sections
-rw-r--r-- | README.md | 13 |
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. ``` |