diff options
author | ckartchner <carlinsjunk2@gmail.com> | 2018-06-18 17:00:12 -0400 |
---|---|---|
committer | Wim <wim@42.be> | 2018-06-18 23:00:12 +0200 |
commit | 9b25716136454f724f66788237d92a398674db59 (patch) | |
tree | c93800b1a778fa1537ab86faf1d8f133599dd847 /README.md | |
parent | 6628a47f236f2d3d2c50023c2ed6552e650afcd6 (diff) | |
download | matterbridge-msglm-9b25716136454f724f66788237d92a398674db59.tar.gz matterbridge-msglm-9b25716136454f724f66788237d92a398674db59.tar.bz2 matterbridge-msglm-9b25716136454f724f66788237d92a398674db59.zip |
Fix typo and add minor clarification. (#450)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -73,7 +73,9 @@ See https://github.com/42wim/matterbridge/wiki * Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/) ## Building -Go 1.8+ 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) +Go 1.8+ 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). + +After Go is setup, download matterbridge to your $GOPATH directory. ``` cd $GOPATH |