From 4f204fd87302380aa4ead439f61c0b98b803e131 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 4 Jun 2016 17:16:08 +0200 Subject: [PATCH] Update build.md --- doc/build.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/doc/build.md b/doc/build.md index 7800c9e..61fc624 100644 --- a/doc/build.md +++ b/doc/build.md @@ -1,19 +1,21 @@ -# building the daemon # +Bulllding the NNTPChan server +============================= +##Requirements -## requirements ## +NNTPChan can run on the following operating systems: -* linux or freebsd -* libsodium 1.0 or higher +* Linux +* FreeBSD + +Dependancies: + +* libsodium _1.0_ or _higher_ * imagemagick * ffmpeg * sox - -## supported go versions ## - -* `go 1.6` or higher with redis driver - -* `go 1.3` or higher without redis driver +* go _1.6_ or _higher_ **with redis driver** +* go _1.3_ or _higher_ **without redis driver** ## debian ##