From 38fce68609515d215a3e69674916fa5e9e28a6c9 Mon Sep 17 00:00:00 2001 From: Wim Date: Fri, 30 Oct 2015 09:57:23 +0100 Subject: [PATCH] Fix go get path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: