Index: tools/xcw/demo/Makefile
===================================================================
--- tools/xcw/demo/Makefile	(revision ecf56f8012dce1cff83b7c7cd0cdab2b6e1d082f)
+++ tools/xcw/demo/Makefile	(revision 1b9a85373ff0aff43cc6c935c09241729161e12f)
@@ -36,7 +36,10 @@
 #
 #    cd <helenos-source-dir>
-#    make distclean && make -j 4 PROFILE=amd64
-#    cd <helenos-source-dir>/tools/xcw/demo
-#    export PATH=$PATH:<helenos-source-dir>/tools/xcw/bin
+#    mkdir build
+#    cd build
+#    ../configure.sh
+#    ninja
+#    cd ../tools/xcw/demo
+#    export PATH=$PATH:<helenos-source-dir>/build/tools/xcw/bin
 #    make
 #
