summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2015-10-30 09:57:23 +0100
committerWim <wim@42.be>2015-10-30 09:57:23 +0100
commit38fce68609515d215a3e69674916fa5e9e28a6c9 (patch)
treeb84b5ed48cbe45c12e43b2bfb465e058dcbbf0c1 /README.md
parent90f276863b12cc9b2a2f3275944c285f01a7c04e (diff)
downloadmatterbridge-msglm-38fce68609515d215a3e69674916fa5e9e28a6c9.tar.gz
matterbridge-msglm-38fce68609515d215a3e69674916fa5e9e28a6c9.tar.bz2
matterbridge-msglm-38fce68609515d215a3e69674916fa5e9e28a6c9.zip
Fix go get path
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index db9d47b4..10b9f5c4 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Make sure you have [Go](https://golang.org/doc/install) properly installed, incl
```
cd $GOPATH
-go get https://github.com/42wim/matterbridge
+go get github.com/42wim/matterbridge
```
You should now have matterbridge binary in the bin directory: