From e8167ee3d73c47353eea1b0bd7062bd2fc3fc127 Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 24 Aug 2020 00:50:32 +0200 Subject: [PATCH] Add link to nctalk in README --- README.md | 64 +++++++++++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 37676f48..388bc1b5 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Questions or want to test on your favorite platform? Join below: ## Screenshots -See https://github.com/42wim/matterbridge/wiki +See ## Installing / upgrading @@ -169,14 +169,13 @@ Most people just want to use binaries, you can find those [here](https://github. If you really want to build from source, follow these instructions: Go 1.12+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed. - -``` +```bash go get github.com/42wim/matterbridge ``` You should now have matterbridge binary in the ~/go/bin directory: -``` +```bash $ ls ~/go/bin/ matterbridge ``` @@ -259,7 +258,7 @@ RemoteNickFormat="[{PROTOCOL}/{BRIDGE}] <{NICK}> " See [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration. -``` +```bash Usage of ./matterbridge: -conf string config file (default "matterbridge.toml") @@ -300,15 +299,15 @@ See [FAQ](https://github.com/42wim/matterbridge/wiki/FAQ) ## Articles - [matterbridge on kubernetes](https://medium.freecodecamp.org/using-kubernetes-to-deploy-a-chat-gateway-or-when-technology-works-like-its-supposed-to-a169a8cd69a3) -- https://mattermost.com/blog/connect-irc-to-mattermost/ -- https://blog.valvin.fr/2016/09/17/mattermost-et-un-channel-irc-cest-possible/ -- https://blog.brightscout.com/top-10-mattermost-integrations/ -- http://bencey.co.nz/2018/09/17/bridge/ -- https://www.algoo.fr/blog/2018/01/19/recouvrez-votre-liberte-en-quittant-slack-pour-un-mattermost-auto-heberge/ -- https://kopano.com/blog/matterbridge-bridging-mattermost-chat/ -- https://www.stitcher.com/s/?eid=52382713 -- https://daniele.tech/2019/02/how-to-use-matterbridge-to-connect-2-different-slack-workspaces/ -- https://userlinux.net/mattermost-and-matterbridge.html +- +- +- +- +- +- +- +- +- ## Thanks @@ -321,24 +320,25 @@ See [FAQ](https://github.com/42wim/matterbridge/wiki/FAQ) 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 -- gozulipbot - https://github.com/ifo/gozulipbot -- irc - https://github.com/lrstanley/girc -- keybase - https://github.com/keybase/go-keybase-chat-bot -- matrix - https://github.com/matrix-org/gomatrix -- mattermost - https://github.com/mattermost/mattermost-server -- msgraph.go - https://github.com/yaegashi/msgraph.go -- slack - https://github.com/nlopes/slack -- sshchat - https://github.com/shazow/ssh-chat -- steam - https://github.com/Philipp15b/go-steam -- telegram - https://github.com/go-telegram-bot-api/telegram-bot-api -- tengo - https://github.com/d5/tengo -- whatsapp - https://github.com/Rhymen/go-whatsapp/ -- xmpp - https://github.com/mattn/go-xmpp -- zulip - https://github.com/ifo/gozulipbot +- discord - +- echo - +- gitter - +- gops - +- gozulipbot - +- irc - +- keybase - +- matrix - +- mattermost - +- msgraph.go - +- nctalk - +- slack - +- sshchat - +- steam - +- telegram - +- tengo - +- whatsapp - +- xmpp - +- zulip -