From b134a3ce0f34b8aedca6d7a46074039b29c13e8b Mon Sep 17 00:00:00 2001 From: Brandon Wiley Date: Tue, 29 Nov 2016 11:37:16 -0600 Subject: Added information about the compatible Go version --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1824068..27f00ae 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The dispatcher currently supports the following transports: #### Installation The dispatcher is written in the Go programming language. To compile it you need -to install Go: +to install Go 1.5.1 or higher: @@ -71,8 +71,18 @@ If you just installed Go for the first time, you will need to create a directory to keep all of your Go source code: mkdir ~/go - export GOPATH=~/go + +If you already have Go installed, make sure it is a compatible version: + + go version + +The version should be 1.5.1 or higher. + +If you have a compatible Go installed, you should go to the directory where you +keep all of your Go source code and set your GOPATH: + cd ~/go + export GOPATH=~/go Software written in Go is installed using the `go get` command: -- cgit v1.2.3