Archived
1
0

fix documentation

This commit is contained in:
jeff 2015-08-22 19:49:16 -04:00
parent 97188d03b4
commit 21e81602e3
2 changed files with 1 additions and 6 deletions

View File

@ -4,14 +4,8 @@ NNTPChan (previously known as overchan) is a decentralized imageboard that uses
## getting started ##
If you don't want to compile from source, you can download a precompiled binary [here](https://github.com/majestrate/srndv2/releases) when they are released.
After you [built and installed the daemon](build-daemon.md) and [set up your database](database-setup.md), clone this repository and start up the daemon
# build it
go get github.com/majestrate/srndv2
go install github.com/majestrate/srndv2
# clone it
git clone https://github.com/majestrate/nntpchan
cd nntpchan

View File

@ -49,6 +49,7 @@ We'll also need to install some dependancies that come with debian:
Now you can build the daemon:
go get github.com/majestrate/srndv2
go install github.com/majestrate/srndv2
It will create an executable at $GOPATH/bin/srndv2 which is already in our $PATH so it can be run by typing ``srndv2``