diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index 89b8b524a8..3e05eb2828 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml @@ -125,10 +125,14 @@ - From the root of your checkout directory, invoke the - following command from manage.py: + From the directory containing the Toaster database, + which by default is the + Build Directory, + invoke the createsuperuser command + from manage.py: - $ ./bitbake/lib/toaster/manage.py createsuperuser + $ cd ~/poky/build + $ ../bitbake/lib/toaster/manage.py createsuperuser