fix documentation
This commit is contained in:
parent
97188d03b4
commit
21e81602e3
@ -4,14 +4,8 @@ NNTPChan (previously known as overchan) is a decentralized imageboard that uses
|
|||||||
|
|
||||||
## getting started ##
|
## 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
|
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
|
# clone it
|
||||||
git clone https://github.com/majestrate/nntpchan
|
git clone https://github.com/majestrate/nntpchan
|
||||||
cd nntpchan
|
cd nntpchan
|
||||||
|
@ -49,6 +49,7 @@ We'll also need to install some dependancies that come with debian:
|
|||||||
|
|
||||||
Now you can build the daemon:
|
Now you can build the daemon:
|
||||||
|
|
||||||
|
go get github.com/majestrate/srndv2
|
||||||
go install 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``
|
It will create an executable at $GOPATH/bin/srndv2 which is already in our $PATH so it can be run by typing ``srndv2``
|
||||||
|
Reference in New Issue
Block a user