5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00

Fix go get path

This commit is contained in:
Wim 2015-10-30 09:57:23 +01:00
parent 90f276863b
commit 38fce68609

View File

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