Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Improved README

Cette révision appartient à :
Sandro Marques 2017-05-05 08:15:26 +01:00
Parent 7f881251b7
révision a7d443c153

Voir le fichier

@ -8,13 +8,12 @@ that anyone will be able to deploy locally or remotely.
* Golang * Golang
# Installation # Installation
* Install golang * Install [Golang](https://golang.org/doc/install)
* go get github.com/ewhal/nyaa * `go get github.com/ewhal/nyaa`
* go build * `go build`
* Download db * Download DB and place it in your root folder named as "nyaa.db"
* place db in folder as "nyaa.d" * `./nyaa`
* ./nyaa * You can now access your local site over on [localhost:9999](http://localhost:9999)
* go to localhost:9999
## TODO ## TODO
* RSS feeds(work in progress) * RSS feeds(work in progress)