aboutsummaryrefslogtreecommitdiff
path: root/doc/install.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-27 17:17:54 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-27 17:17:54 +0000
commitb37070d888919ae30219ce13e4d3cce359fd75e1 (patch)
tree5fde3386df0ab9b9bf6ff9002b2ce49f80eb3275 /doc/install.mdwn
parentd4d053f0e35a3ba13e8184fceca0429b3daf0ccf (diff)
downloadikiwiki-b37070d888919ae30219ce13e4d3cce359fd75e1.tar
ikiwiki-b37070d888919ae30219ce13e4d3cce359fd75e1.tar.gz
more PREFIX fun
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r--doc/install.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
index 184854595..029323ada 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -19,7 +19,7 @@ If you're installing MarkDown by hand, note that it should be installed as
If you want to install from the tarball, you should make sure that the
required perl modules are installed, then run:
- perl Makefile.PL
+ perl Makefile.PL # PREFIX=/dir to install elsewhere
make
make test # optional
make install