diff options
author | Wim <wim@42.be> | 2016-04-25 21:40:26 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2016-04-25 21:40:26 +0200 |
commit | 38e3bbe5c96eb84f3e223c44f801ee7e3308b2c1 (patch) | |
tree | 2886ae5fcf77174cce3519eff492b81b8665fa36 | |
parent | 51265d546409de12483531773fc1fbc73453ae6e (diff) | |
download | matterbridge-msglm-38e3bbe5c96eb84f3e223c44f801ee7e3308b2c1.tar.gz matterbridge-msglm-38e3bbe5c96eb84f3e223c44f801ee7e3308b2c1.tar.bz2 matterbridge-msglm-38e3bbe5c96eb84f3e223c44f801ee7e3308b2c1.zip |
Mention go1.6 requiremÃent
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ There is also [matterbridge-plus] (https://github.com/42wim/matterbridge-plus) w Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/tag/v0.3) ## building -Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH) +Go 1.6+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH) ``` cd $GOPATH |