Archived
1
0

update readme to point to build instructions

This commit is contained in:
Jeff Becker 2016-03-09 08:41:37 -05:00
parent c5a5fb57d9
commit 91953148e8
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -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)
---