diff options
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-setup-and-use.xml')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-setup-and-use.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index 5c3b73fc33..7247fcba2e 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml | |||
@@ -347,7 +347,8 @@ | |||
347 | <literallayout class='monospaced'> | 347 | <literallayout class='monospaced'> |
348 | $ cd /var/www/toaster/poky/ | 348 | $ cd /var/www/toaster/poky/ |
349 | $ ./bitbake/lib/toaster/manage.py migrate | 349 | $ ./bitbake/lib/toaster/manage.py migrate |
350 | $ TOASTER_DIR=`pwd` TOASTER_CONF=./meta-poky/conf/toasterconf.json ./bitbake/lib/toaster/manage.py checksettings | 350 | $ TOASTER_DIR=`pwd` TOASTER_CONF=./meta-poky/conf/toasterconf.json \ |
351 | ./bitbake/lib/toaster/manage.py checksettings | ||
351 | $ ./bitbake/lib/toaster/manage.py collectstatic | 352 | $ ./bitbake/lib/toaster/manage.py collectstatic |
352 | </literallayout> | 353 | </literallayout> |
353 | </para> | 354 | </para> |