From 91953148e8228c939ae10e7a090f597d084e0475 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 9 Mar 2016 08:41:37 -0500 Subject: [PATCH] update readme to point to build instructions --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 8080bf0..97a50cd 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,8 @@ This repository contains resources used by the core daemon which is located [her ## getting started ## -Get the dependancies - - sudo apt-get update - sudo apt-get --no-install-recommends install imagemagick libsodium-dev ffmpeg sox build-essential git golang ca-certificates - -Check out this repo and build it - - git clone https://github.com/majestrate/nntpchan - cd nntpchan - ./build.sh - -Now configure the database. [Next](doc/database.md) +[see build documentation](doc/build.md) ---