Merge pull request #835 from luong-komorebi/patch-1

Fix typo with --show-progress-page argument in example
This commit is contained in:
Georgiana
2022-10-10 15:08:20 +02:00
committed by GitHub

View File

@@ -44,7 +44,7 @@ For example, to enable the progress page and add the first *admin* user, you wou
curl -L https://tljh.jupyter.org/bootstrap.py \
| sudo python3 - \
--admin admin --showprogress-page
--admin admin --show-progress-page
Adding admin users
===================