aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index 89b8b524a86..63aed737c99 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -125,10 +125,13 @@
</literallayout>
</para></listitem>
<listitem><para>
- From the root of your checkout directory, invoke the
- following command from <filename>manage.py</filename>:
+ From the directory containing the Toaster database (by default, the
+ <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>)
+ invoke the <filename>createsuperuser</filename> command
+ from <filename>manage.py</filename>:
<literallayout class='monospaced'>
- $ ./bitbake/lib/toaster/manage.py createsuperuser
+ $ cd ~/poky/build
+ $ ../bitbake/lib/toaster/manage.py createsuperuser
</literallayout>
</para></listitem>
<listitem><para>