summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.xml10
1 files changed, 7 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 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 @@
125 </literallayout> 125 </literallayout>
126 </para></listitem> 126 </para></listitem>
127 <listitem><para> 127 <listitem><para>
128 From the root of your checkout directory, invoke the 128 From the directory containing the Toaster database,
129 following command from <filename>manage.py</filename>: 129 which by default is the
130 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>,
131 invoke the <filename>createsuperuser</filename> command
132 from <filename>manage.py</filename>:
130 <literallayout class='monospaced'> 133 <literallayout class='monospaced'>
131 $ ./bitbake/lib/toaster/manage.py createsuperuser 134 $ cd ~/poky/build
135 $ ../bitbake/lib/toaster/manage.py createsuperuser
132 </literallayout> 136 </literallayout>
133 </para></listitem> 137 </para></listitem>
134 <listitem><para> 138 <listitem><para>