From a7d443c153615d6fc050b9aae5804313ae9fb36c Mon Sep 17 00:00:00 2001 From: Sandro Marques Date: Fri, 5 May 2017 08:15:26 +0100 Subject: [PATCH] Improved README --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f947ea79..2a50842c 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,12 @@ that anyone will be able to deploy locally or remotely. * Golang # Installation -* Install golang -* go get github.com/ewhal/nyaa -* go build -* Download db -* place db in folder as "nyaa.d" -* ./nyaa -* go to localhost:9999 +* Install [Golang](https://golang.org/doc/install) +* `go get github.com/ewhal/nyaa` +* `go build` +* Download DB and place it in your root folder named as "nyaa.db" +* `./nyaa` +* You can now access your local site over on [localhost:9999](http://localhost:9999) ## TODO * RSS feeds(work in progress)