summaryrefslogtreecommitdiff
path: root/doc/install.mdwn
diff options
context:
space:
mode:
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-04-29 18:18:59 +0000
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-04-29 18:18:59 +0000
commit6dd37879bbb222d689a7570bbc14397f43e324c7 (patch)
treed1eea9ac27b1e00136b062697edde98405555ee5 /doc/install.mdwn
parentf5046a1434bea9e3c80e8c2b7a4b4ebafb0a5b7a (diff)
web commit by joey
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r--doc/install.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
new file mode 100644
index 000000000..e8c94361c
--- /dev/null
+++ b/doc/install.mdwn
@@ -0,0 +1,9 @@
+The easiest way to install ikiwiki is using the Debian package.
+
+If you want to install from the tarball, you should make sure that the required perl modules are installed, then run:
+
+ perl Makefile.PL
+ make
+ make install
+
+See [[download]] for where to get it. \ No newline at end of file