diff options
author | Wim <wim@42.be> | 2017-03-25 21:35:13 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2017-03-25 21:35:13 +0100 |
commit | 4a25e66c00397941fd9d2af02076e5eb8b143006 (patch) | |
tree | c2d00830da20a8a36c7a8a04655710eb29ea86fb /README.md | |
parent | 95f4e3448ecbdbd92816f21ccfc3d0c7c386bfbb (diff) | |
download | matterbridge-msglm-4a25e66c00397941fd9d2af02076e5eb8b143006.tar.gz matterbridge-msglm-4a25e66c00397941fd9d2af02076e5eb8b143006.tar.bz2 matterbridge-msglm-4a25e66c00397941fd9d2af02076e5eb8b143006.zip |
Release v0.10.2v0.10.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -42,7 +42,7 @@ Accounts to one of the supported bridges # Installing ## Binaries Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/) -* Latest release [v0.10.1](https://github.com/42wim/matterbridge/releases/latest) +* Latest release [v0.10.2](https://github.com/42wim/matterbridge/releases/latest) ## Building Go 1.6+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH) @@ -122,9 +122,11 @@ RemoteNickFormat="[{PROTOCOL}/{BRIDGE}] <{NICK}> " ``` # Running -1) Copy the matterbridge.toml.sample to matterbridge.toml in the same directory as the matterbridge binary. +1) Copy the matterbridge.toml.sample to matterbridge.toml 2) Edit matterbridge.toml with the settings for your environment. -3) Now you can run matterbridge. (```./matterbridge```) +3) Now you can run matterbridge. (```./matterbridge```) + +(Matterbridge will only look for the config file in your current directory, if it isn't there specify -conf "/path/toyour/matterbridge.toml") ``` Usage of ./matterbridge: @@ -132,6 +134,8 @@ Usage of ./matterbridge: config file (default "matterbridge.toml") -debug enable debug + -gops + enable gops agent -version show version ``` @@ -165,6 +169,7 @@ Matterbridge wouldn't exist without these libraries: * discord - https://github.com/bwmarrin/discordgo * echo - https://github.com/labstack/echo * gitter - https://github.com/sromku/go-gitter +* gops - https://github.com/google/gops * irc - https://github.com/thoj/go-ircevent * mattermost - https://github.com/mattermost/platform * matrix - https://github.com/matrix-org/gomatrix |