summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2022-03-19 23:28:15 +0100
committerGitHub <noreply@github.com>2022-03-19 23:28:15 +0100
commit24bc0f127b0417796298b0b16735b7fec1f90d57 (patch)
treead6566422771ec0c597c012facae795296e68fec /README.md
parentf0f801402d95b1f49018fa9af77c341ff4c4de5f (diff)
downloadmatterbridge-msglm-24bc0f127b0417796298b0b16735b7fec1f90d57.tar.gz
matterbridge-msglm-24bc0f127b0417796298b0b16735b7fec1f90d57.tar.bz2
matterbridge-msglm-24bc0f127b0417796298b0b16735b7fec1f90d57.zip
Release v1.24.1 (#1768)v1.24.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ea690c57..7355b5c5 100644
--- a/README.md
+++ b/README.md
@@ -164,7 +164,7 @@ See <https://github.com/42wim/matterbridge/wiki>
### Binaries
-- Latest stable release [v1.24.0](https://github.com/42wim/matterbridge/releases/latest)
+- Latest stable release [v1.24.1](https://github.com/42wim/matterbridge/releases/latest)
- Development releases (follows master) can be downloaded [here](https://github.com/42wim/matterbridge/actions) selecting the latest green build and then artifacts.
To install or upgrade just download the latest [binary](https://github.com/42wim/matterbridge/releases/latest). On \*nix platforms you may need to make the binary executable - you can do this by running `chmod a+x` on the binary (example: `chmod a+x matterbridge-1.20.0-linux-64bit`). After downloading (and making the binary executable, if necessary), follow the instructions on the [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration.
@@ -185,13 +185,13 @@ Go 1.17+ is required. Make sure you have [Go](https://golang.org/doc/install) pr
To install the latest stable run:
```bash
-go install github.com/42wim/matterbridge
+go install github.com/42wim/matterbridge@v1.24.1
```
To install the latest dev run:
```bash
-go install github.com/42wim/matterbridge@master
+go install github.com/42wim/matterbridge@latest
```
You should now have matterbridge binary in the ~/go/bin directory: