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)