View Single Post
gabuch2
AlliedModders Donor
Join Date: Mar 2011
Location: Chile
Old 08-17-2020 , 13:00   Re: MatterAMXX: Chat relay between many services [Includes API]
Reply With Quote #25

Quote:
Originally Posted by iclassdon View Post
I can't get pass the matterbridge install. I am running debian linux and used snap to install matterbridge, but the instructions go cold after not sure what to do from there. Any idea where it installed as I can't issue the start up commands
.toml is the configuration file, you need to run the executable file.

Easier way to do it is to download the binary file for your OS (assuming it's 64-bit Linux)
Code:
wget https://github.com/42wim/matterbridge/releases/download/v1.18.0/matterbridge-1.18.0-linux-64bit
Making it executable
Code:
chmod +x ./matterbridge-1.18.0-linux-64bit
Then running it
Code:
./matterbridge-1.18.0-linux-64bit
__________________
gabuch2 is offline