diff options
Diffstat (limited to 'ikiwiki')
-rw-r--r-- | ikiwiki/search.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ikiwiki/search.mdwn b/ikiwiki/search.mdwn index 94be2b2..659eccd 100644 --- a/ikiwiki/search.mdwn +++ b/ikiwiki/search.mdwn @@ -6,14 +6,14 @@ You will need to install/enable `xapian-omega` in order to use the default ikiwi Once that is complete, edit your `foo.setup` file and update the `omega` path to: -``` -/usr/local/www/xapian-omega/cgi-bin/omega -``` + + /usr/local/www/xapian-omega/cgi-bin/omega + Then rebuild your ikiwiki: -``` -ikiwiki --setup foo.setup -``` + + ikiwiki --setup foo.setup + Now your web search should be working! |