From 58ea1e07d2588f6b890e195aed02363fc8867120 Mon Sep 17 00:00:00 2001 From: wschwab <31592931+wschwab@users.noreply.github.com> Date: Tue, 29 Dec 2020 21:42:00 +0200 Subject: [PATCH] Update README.md (#1340) added using `chmod a+x` to make the binary executable in the installation section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 438b9153..8258572d 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ See - 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