From 70e97a6cce7001477135440ec0dc02a09997c65c Mon Sep 17 00:00:00 2001 From: akuma06 Date: Wed, 31 May 2017 18:15:28 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3778793..a448019e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Either use: * `godep go build` Or use this to have the build version in index.html: -* `go build -ldflags "-X main.buildversion=$(date -u +.%Y%m%d.%H%M%S)"` +* `godep go build -ldflags "-X main.buildversion=$(date -u +.%Y%m%d.%H%M%S)"` * Download the DB and place it in your root folder named as "nyaa.db" (You want the merged.sqlite3 database, see the dev IRC for more info) * `./nyaa` * You can now access your local site over on [localhost:9999](http://localhost:9999)