7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-09 09:12:21 +00:00

Update installation instructions

This commit is contained in:
Régis Behmo 2019-02-18 09:53:54 +01:00
parent b1d748b119
commit b05eed92d5
2 changed files with 9 additions and 2 deletions

View File

@ -26,7 +26,11 @@ Tutor 🎓 Open edX 1-click install for everyone
Quickstart
----------
1. `Download <https://github.com/regisb/tutor/releases>`_ the latest stable release of Tutor, uncompress the file and place the ``tutor`` executable in your path.
1. `Download <https://github.com/regisb/tutor/releases>`_ the latest stable release of Tutor, uncompress the file and place the ``tutor`` executable in your path. From the command line::
sudo curl -L "https://github.com/regisb/tutor/releases/download/latest/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor
2. Run ``tutor local quickstart``
3. You're done!

View File

@ -24,7 +24,10 @@ Also, the host running the containers should be a 64 bit platform. (images are n
Direct binary downloads
-----------------------
The latest binaries can be downloaded from https://github.com/regisb/tutor/releases.
The latest binaries can be downloaded from https://github.com/regisb/tutor/releases. From the command line::
sudo curl -L "https://github.com/regisb/tutor/releases/download/latest/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor
Installing from pip
-------------------