Skip to content

Commit

Permalink
Fix build command for latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Apr 11, 2022
1 parent 281ef53 commit 7740a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 7740a36

Please sign in to comment.