From df1aa0cd0bd857d36225e6bb5c2b8a872b22e985 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Wed, 19 Aug 2015 11:30:17 -0700 Subject: [PATCH] add min Go version to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9010e6df..e3dc6a66 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Contributions, questions, and comments are welcomed and encouraged. Drone develo ### Cloning, Building, Running -If you are new to Go make sure you install Go and setup your workspace (ie `$GOPATH`). I also recommend reading [How to Write Go Code](https://golang.org/doc/code.html). Go programs use directory structure for package imports, therefore, it is very important you clone this project to the specified directory in your Go path: +If you are new to Go, make sure you [install](http://golang.org/doc/install) Go 1.4+ and [setup](http://golang.org/doc/code.html) your workspace (ie `$GOPATH`). Go programs use directory structure for package imports, therefore, it is very important you clone this project to the specified directory in your Go path: ``` git clone git://github.com/drone/drone.git $GOPATH/src/github.com/drone/drone