From 9b25716136454f724f66788237d92a398674db59 Mon Sep 17 00:00:00 2001 From: ckartchner Date: Mon, 18 Jun 2018 17:00:12 -0400 Subject: [PATCH] Fix typo and add minor clarification. (#450) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9be55c7c..96531be2 100644 --- a/README.md +++ b/README.md @@ -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