diff options
author | Wim <wim@42.be> | 2015-10-30 09:57:23 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2015-10-30 09:57:23 +0100 |
commit | 38fce68609515d215a3e69674916fa5e9e28a6c9 (patch) | |
tree | b84b5ed48cbe45c12e43b2bfb465e058dcbbf0c1 /README.md | |
parent | 90f276863b12cc9b2a2f3275944c285f01a7c04e (diff) | |
download | matterbridge-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |