commit 07f942e364c4f1a8daa428a0b7d71948e1d215be
Author: Wim <wim@42.be>
Date: Sun Oct 17 00:41:08 2021 +0000
diff --git a/README.md b/README.md
index c01c8c6..3823926 100644
--- a/README.md
+++ b/README.md
@@ -1828 +18214 @@ 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: