diff options
-rw-r--r-- | doc/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index c03092b7a..e60d0f407 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -10,8 +10,8 @@ use IkiWiki::Setup::Standard { # Be sure to customise these.. srcdir => "/path/to/source", - templatedir => "/path/to/templates", destdir => "/var/www/wiki", + templatedir => "/usr/share/ikiwiki/templates", url => "http://myhost/wiki", cgiurl => "http://myhost/ikiwiki.cgi", |