Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 1190d82a8e319f028bbd95bb577165bf11f279a2 Author: wschwab <31592931+wschwab@users.noreply.github.com> Date: Tue Dec 29 21:42:00 2020 +0000 Update README.md (#1340) added using `chmod a+x` to make the binary executable in the installation section diff --git a/README.md b/README.md index 438b915..8258572 100644 --- a/README.md +++ b/README.md @@ -1567 +1567 @@ See <https://github.com/42wim/matterbridge/wiki>  - Latest stable release [v1.20.0](https://github.com/42wim/matterbridge/releases/latest)  - Development releases (follows master) can be downloaded [here](https://github.com/42wim/matterbridge/actions) selecting the latest green build and then artifacts.   -To install or upgrade just download the latest [binary](https://github.com/42wim/matterbridge/releases/latest) and follow the instructions on the [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration. +To install or upgrade just download the latest [binary](https://github.com/42wim/matterbridge/releases/latest). 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.20.0-linux-64bit`). After downloading (and making the binary executable, if necessary), follow the instructions on the [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration.    ### Packages