summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-06-15 14:26:21 +0000
committerJan Kneschke <jan@kneschke.de>2005-06-15 14:26:21 +0000
commit31b066fb4e51ed2b605e41a1354786b327c7adca (patch)
tree68c89fd5b288fcfd81020ae24efca0f3ca58f963 /INSTALL
parent9979789092b45cbfe599a06f0316b0557a58c822 (diff)
downloadlighttpd-git-31b066fb4e51ed2b605e41a1354786b327c7adca.tar.gz
fixed link and version number
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@393 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 0f78d7f8..1ecc9edb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,15 +12,15 @@ Installation
Get the source from
-http://www.incremental.de/products/lighttpd/download/
+http://www.lighttpd.net/download/
unpack it by ::
- $ gzip -cd lighttpd-1.0.0.tar.gz | tar xf -
+ $ gzip -cd lighttpd-1.x.x.tar.gz | tar xf -
compile and install it with ::
- $ cd lighttpd-1.0.0
+ $ cd lighttpd-1.x.x
$ ./configure
$ make
$ su -