diff --git a/README.md b/README.md
index 4094eb8..d360de1 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Initialize default build configuration with bitbake-setup:
 ```console
 ./bitbake/bin/bitbake-setup init --non-interactive \
   ./meta-zephyr/zephyr-master.conf.json \
-  zephyr-default distro/zephy machine/qemu-x86
+  zephyr-default distro/zephyr machine/qemu-x86
 ```
 
 Alternatively, run bitbake-setup with interactive mode to choose for
@@ -82,6 +82,9 @@ You can then run the created "philosophers" image in qemu:
 runqemu
 ```
 
+For a terminal-only console, pass `nographic` on the runqemu command line, for example
+`runqemu nographic`.
+
 The same sample can be built for other machines/boards, for example ARM Cortex-M3:
 
 ```console
