Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.15 KB

File metadata and controls

22 lines (13 loc) · 1.15 KB

Installing / upgrading matterbridge

Binaries

  • Latest stable release v1.26.0
  • Development releases (follows master) can be downloaded here selecting the latest green build and then artifacts.

To install or upgrade just download the latest binary. 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.24.1-linux-64bit). After downloading (and making the binary executable, if necessary), follow the instructions on the howto for a step by step walkthrough for creating your configuration.

Packages

Compiling from source

See [compiling.md].

Getting started

Now that matterbridge is setup, head over to [configuration.md] to find out how to get started.