From 1f31985c147a50a8bfd089a162c4b3f53d727415 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 15 Jun 2021 23:48:01 +1000 Subject: [PATCH] Add comment --- docs/start/docker_dev.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/start/docker_dev.md b/docs/start/docker_dev.md index 9004cb2..9309f32 100644 --- a/docs/start/docker_dev.md +++ b/docs/start/docker_dev.md @@ -110,6 +110,8 @@ source ./dev/env/bin/activate invoke superuser ``` +Once you have entered the credentials for the superuser account, type `exit` to exit the bash shell. + ### Start Background Worker The InvenTree web server should now be running - but the background worker has not yet been started: