]> Sergey Matveev's repositories - public-inbox.git/blobdiff - INSTALL
TODO: add item for config linter and grapher
[public-inbox.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index a661c77672ba1aa96315f8f7dd245dbf5bfca298..f7e5999edcfdc4651ef8ea833fe09cf25533ff9a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -182,7 +182,7 @@ Once the dependencies are installed, you should be able to build and
 install the system (into /usr/local) with:
 
         perl Makefile.PL
-        make
+        make # GNU make is preferred, `gmake' on BSD systems
         make test
         make install # root permissions may be needed