web commit by joey
[ikiwiki.git] / doc / install.mdwn
1 The easiest way to install ikiwiki is using the Debian package.
2
3 If you want to install from the tarball, you should make sure that the required perl modules are installed, then run:
4
5         perl Makefile.PL
6         make
7         make install
8
9 See [[download]] for where to get it.