mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
Update installation instructions
This commit is contained in:
parent
b1d748b119
commit
b05eed92d5
@ -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!
|
||||
|
||||
|
@ -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
|
||||
-------------------
|
||||
|
Loading…
Reference in New Issue
Block a user