diff --git a/README.md b/README.md index fe8eafe..a79d517 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build-daemon.md b/build-daemon.md index 745622c..0fbcf4f 100644 --- a/build-daemon.md +++ b/build-daemon.md @@ -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``