diff --git a/INSTALL.md b/INSTALL.md
index 88d433ecc7ffaba4cfe7dcc9725d6aec54b73a42..45fe5427b09eb0c1195d7a1dccde52425f778316 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -20,15 +20,14 @@ Quick start:  the following gives you a default build:
 
     $ ./boot
     $ ./configure
-    $ make
-    $ make install
+    $ ./hadrian/build
 
   On Windows, you need an extra repository containing some build tools.
   These can be downloaded for you by configure. This only needs to be done once by running:
 
     $ ./configure --enable-tarballs-autodownload
 
-You can use Make's `-jN` option to parallelize the build. It's generally best
+You can use `-jN` option to parallelize the build. It's generally best
 to set `N` somewhere around the core count of the build machine.
 
 The `./boot` step is only necessary if this is a tree checked out from