diff --git a/README.md b/README.md
index a89d4bd76f51c40139370e1b99db48135eb9fc53..968c49dce07888f4dcf5a2fa0778da990e7c4ca1 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ Example:
 
 You can test the image built for the qemu-x86 target by issuing:
 
-    $ DEPLOY_DIR_IMAGE=tmp-newlib/deploy/images/qemu-x86 runqemu qemu-x86
+    $ runqemu qemu-x86
 
 After successful bootup, you should see following:
 
diff --git a/flavours/zephyr/conf-notes.txt b/flavours/zephyr/conf-notes.txt
index 96210cdb82eb5854f57f11f0ae26d164c97f5bad..52aabe851f0db1879352ae6dc9c63d89c7b1a5e0 100644
--- a/flavours/zephyr/conf-notes.txt
+++ b/flavours/zephyr/conf-notes.txt
@@ -14,5 +14,5 @@ or via command line, e.g.:
 
 You can also run generated qemu images with a command:
 
-    $ DEPLOY_DIR_IMAGE=tmp-newlib/deploy/images/qemu-x86 runqemu qemux86
+    $ runqemu qemux86