7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-16 04:22:19 +00:00

Fix tutor binary permission error on MacOSX

This commit is contained in:
Omar Al-Ithawi 2019-07-23 18:20:19 +03:00 committed by Régis Behmo
parent 82b985d326
commit 67ec24765a

View File

@ -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.