diff --git a/doc/index.html b/doc/index.html index d5f3661f3b..e28ae2e8d4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -239,7 +239,9 @@ make install
 git clone git://github.com/ry/node.git
 cd node
-# edit/compile/test
+(make your changes)
+./configure --debug
+make test-all # Check your patch with both debug and release builds
 git commit -m "Good description of what your patch does"
 git format-patch HEAD^