summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2022-04-12 00:39:06 +0200
committerWim <wim@42.be>2022-04-12 00:39:06 +0200
commit7740a362c973522d115b6983fd2a8f9ac1c3b58c (patch)
tree13a8260f4335b313aefbf80baf1bc94282431cae
parent281ef53e7de5d30114dbf57a4b506b2d8d2720cc (diff)
downloadmatterbridge-msglm-7740a362c973522d115b6983fd2a8f9ac1c3b58c.tar.gz
matterbridge-msglm-7740a362c973522d115b6983fd2a8f9ac1c3b58c.tar.bz2
matterbridge-msglm-7740a362c973522d115b6983fd2a8f9ac1c3b58c.zip
Fix build command for latest stable
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 29b5ae5c..e8cebde3 100644
--- a/README.md
+++ b/README.md
@@ -196,7 +196,7 @@ You can reduce this memory requirement to 0,5GB RAM by adding the `nomsteams` ta
To install the latest stable run:
```bash
-go install github.com/42wim/matterbridge@17da95b094e4bb433e5fe240fa42067d94d908c1
+go install github.com/42wim/matterbridge
```
To install the latest dev run:
@@ -208,7 +208,7 @@ go install github.com/42wim/matterbridge@master
To install the latest stable run without msteams or zulip bridge:
```bash
-go install -tags nomsteams,nozulip github.com/42wim/matterbridge@17da95b094e4bb433e5fe240fa42067d94d908c1
+go install -tags nomsteams,nozulip github.com/42wim/matterbridge
```
You should now have matterbridge binary in the ~/go/bin directory: