diff --git a/README.rst b/README.rst index e0c2e6b..59c7ffe 100644 --- a/README.rst +++ b/README.rst @@ -35,12 +35,16 @@ Installation The Littlest JupyterHub (TLJH) can run on any server that is running at least Ubuntu 18.04. We have a bunch of tutorials to get you started! -- `Tutorial for installing TLJH on your own server that is already running. - `_ -- Tutorials for creating a new server & setting up TLJH on it in various - cloud providers: +- Tutorials to create a new server from scratch on a cloud provider & run TLJH + on it. These are **recommended** if you do not have much experience setting up + servers. - `Digital Ocean `_ - `Google Cloud `_ - `Jetstream `_ - - ... more, if you add them! :) + - ... your favorite provider here, if you can contribute! + +- `Tutorial to install TLJH on an already running server you have root access to + `_. + You should use this if your cloud provider does not already have a direct tutorial, + or if you have experience setting up servers.