Added 'make install' line
authorkouril <kouril>
Mon, 17 Nov 2003 00:14:44 +0000 (00:14 +0000)
committerkouril <kouril>
Mon, 17 Nov 2003 00:14:44 +0000 (00:14 +0000)
README

diff --git a/README b/README
index 75b4e16..a18c49f 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,7 @@
 1. ./configure
 2. make
-3. edit your httpd.conf, eg:
+3. make install
+4. edit your httpd.conf, eg:
    <Directory "/var/www/secure">
       Options Indexes FollowSymLinks
       AuthType Kerberos
@@ -10,4 +11,4 @@
       KrbMethodK5Pass On
       require valid-user
    </Directory>
-4. start httpd
+5. start httpd