Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 33998272fb0de932d472e74f0ec1e7206aef09fb Author: ckartchner <carlinsjunk2@gmail.com> Date: Mon Jun 18 17:00:12 2018 +0000 Fix typo and add minor clarification. (#450) diff --git a/README.md b/README.md index 9be55c7..96531be 100644 --- a/README.md +++ b/README.md @@ -737 +739 @@ 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