From 67ec24765aea8c58f70a0924acfb78aa2956c902 Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Tue, 23 Jul 2019 18:20:19 +0300 Subject: [PATCH] Fix tutor binary permission error on MacOSX --- docs/_release_description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_release_description.md b/docs/_release_description.md index 8d12c7a..ea367cf 100644 --- a/docs/_release_description.md +++ b/docs/_release_description.md @@ -1,7 +1,7 @@ Tutor can be installed simply by downloading the compiled binaries: sudo curl -L "https://github.com/overhangio/tutor/releases/download/TUTOR_VERSION/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor - sudo chmod +x /usr/local/bin/tutor + sudo chmod 0755 /usr/local/bin/tutor See the [install docs](https://docs.tutor.overhang.io/install.html) for more install options and instructions.