From 7ae45c42e712bd0e66c101f3f714c05aa1dc2104 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 17 Oct 2021 00:41:08 +0200 Subject: [PATCH] Update README to use go install instead of go get --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c01c8c6e..38239261 100644 --- a/README.md +++ b/README.md @@ -182,8 +182,14 @@ Most people just want to use binaries, you can find those [here](https://github. If you really want to build from source, follow these instructions: Go 1.17+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed. +To install the latest stable run: ```bash -go get github.com/42wim/matterbridge +go install github.com/42wim/matterbridge +``` + +To install the latest dev run: +```bash +go install github.com/42wim/matterbridge@master ``` You should now have matterbridge binary in the ~/go/bin directory: