diff --git a/README.rst b/README.rst index b65574d..018686e 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,11 @@ Tutor 🎓 Open edX 1-click install for everyone Quickstart ---------- -1. `Download `_ the latest stable release of Tutor, uncompress the file and place the ``tutor`` executable in your path. +1. `Download `_ 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! diff --git a/docs/install.rst b/docs/install.rst index 476b003..32a85ac 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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 -------------------