From 66c38c5cc742da9a67bb53a6fe8ffdb4f78c6f5a Mon Sep 17 00:00:00 2001 From: SpaceDustTeapot Date: Fri, 12 May 2017 23:28:03 +0100 Subject: [PATCH] Updated README.md. Stated the required Golang version Stated the required Golang version since ubuntu has 1.6 by default. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d5a109d..e26d1bd5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ that anyone will be able to deploy locally or remotely. # Installation Ubuntu 17.04 fails to build, use a different OS or docker -* Install [Golang](https://golang.org/doc/install) +* Install [Golang](https://golang.org/doc/install) (version >=1.8) * `go get github.com/ewhal/nyaa` * `go build` * Download DB and place it in your root folder named as "nyaa.db"