Added 'make install' line
[mod_auth_kerb.cvs/.git] / 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