Update README.
diff --git a/README b/README
index 3829dae..3d30b36 100644
--- a/README
+++ b/README
@@ -10,5 +10,6 @@
 
 COMPILING
 ---------
-To compile the cmocka library and example applications run cmake /path/to/source
-followed by make. On Windows you can use the cmake gui.
+To compile the cmocka library and example applications run, create a build dir,
+and in the build dir calld 'cmake /path/to/source' followed by 'make'. On
+Windows you can use the cmake gui. More details can be found in the INSTALL file.