diff --git a/.how_to_build_from_scratch b/.how_to_build_from_scratch
index a30c4e40732fecb01314a9e82b2ea40a532e1956..a8fc5207e6a596b030ffb03a3f24a0b777ca0320 100644
--- a/.how_to_build_from_scratch
+++ b/.how_to_build_from_scratch
@@ -30,6 +30,12 @@ Pike development environment you must do the following steps:
 7) 'make'
 	This builds pike.
 
+8) 'make new_peep_engine'
+	This creates the peephole optimizer
+
+9) 'make'
+	This builds a new pike with the peephole optimizer
+
 After doing this, DO NOT, commit the generated files. They are placed in
 .cvsignore files so you shouldn't have to bother with them.
 Doing 'make export' will create a tar file with all the needed files,