From 2649c61fd22554f42a2eee45cf2d6969f31906d0 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 27 Nov 2023 13:46:12 +0100 Subject: [PATCH] Update docs for TLJH 1.0 --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d61fb3c..b290cd0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ TLJH plugin to build and use Docker images as user environments. The Docker images are built using [`repo2docker`](https://repo2docker.readthedocs.io/en/latest/). +## Requirements + +This plugin requires [The Littlest JupyterHub](https://tljh.jupyter.org) 1.0 or later. + ## Installation During the [TLJH installation process](http://tljh.jupyter.org/en/latest/install/index.html), use the following post-installation script: @@ -20,9 +24,10 @@ sudo apt update && sudo apt install -y docker-ce # pull the repo2docker image sudo docker pull quay.io/jupyterhub/repo2docker:main -# install TLJH -curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \ +# install TLJH 1.0 +curl https://tljh.jupyter.org/bootstrap.py | sudo python3 - \ + --version 1.0.0 \ --admin test:test \ --plugin git+https://github.com/plasmabio/tljh-repo2docker@master ``` @@ -30,7 +35,6 @@ curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master Refer to [The Littlest JupyterHub documentation](http://tljh.jupyter.org/en/latest/topic/customizing-installer.html?highlight=plugins#installing-tljh-plugins) for more info on installing TLJH plugins. - ## Usage ### List the environments