]> git.ipfire.org Git - people/ms/pakfire.git/commitdiff
INSTALL: Update build instructions
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 29 Apr 2016 12:54:21 +0000 (08:54 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 29 Apr 2016 12:54:21 +0000 (08:54 -0400)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
INSTALL

diff --git a/INSTALL b/INSTALL
index ee9402a97c1148837aaeb0c87c373adcb00853c5..1ababdc4aa526c910c4ac48acfd1381746fba508 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -15,4 +15,10 @@ Requirements:
 
 Install instructions:
 
-Run   make && make install   as the root user and you are done.
+Run
+
+  ./configure ...
+  make
+  make install
+
+as the root user and you are done.