Fixed typo and added minor clarification.

Fixed typo in the GOPATH link.
While there, I added a sentence of clarification to make it clear that first code block is about installing matterbridge and not related to setting up Go. Having no prior experience with Go, I was a bit confused when I go to the Building section. I believe the new line adds minor but useful clarification.
This commit is contained in:
ckartchner
2018-06-17 21:40:52 -04:00
committed by GitHub
parent ec0e6bc3f8
commit 388875bb05

View File

@@ -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