docs: fix language regarding master

This commit is contained in:
Erik Sundell
2021-10-19 11:33:58 +02:00
parent ebd76f7732
commit 9179365a4f
7 changed files with 10 additions and 10 deletions

View File

@@ -97,7 +97,7 @@ in your new hub, you would run:
curl -L https://tljh.jupyter.org/bootstrap.py \
| sudo python3 - \
--user-requirements-txt-url https://raw.githubusercontent.com/data-8/materials-sp18/master/requirements.txt
--user-requirements-txt-url https://raw.githubusercontent.com/data-8/materials-sp18/HEAD/requirements.txt
The URL **must** point to a working requirements.txt. If there are any errors, the installation
will fail.