Add INSTALL document
[zilutils.git] / README.md
index 3aabb24fb081bb347a1204114be3ac57a9ef80b1..42e780388bcc03639d6bccba9b1a62820b12057d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,15 +12,8 @@ To build this you will need a C compiler (GCC is assumed although
 others may work), GNU Autoconf, and GNU Make. Your GNU/Linux distro 
 probably has these already packaged for easy installation.
 
-Once these are installed first run autoreconf --install then you 
-should be able to do the usual dance of:
-
-./configure
-make
-make install
-
-You can invoke the configure script with --help to see additional 
-information.
+Once these are installed first run autoreconf --install; then see the 
+INSTALL file for further information.
 
 Licensing
 =========