]> git.cworth.org Git - ikiwiki-bootstrap/blobdiff - README
Remove stray period
[ikiwiki-bootstrap] / README
diff --git a/README b/README
index a2222324beb2c0aba92a52acf5283aed8ab2e10d..8ec1f7cf2e422bcdcd3f06f8eba5a365f53ba14c 100644 (file)
--- a/README
+++ b/README
@@ -73,7 +73,7 @@ And finally, edit $gitrepo/hooks/post-update to call the new
 $gitrepo/hooks/ikiwiki-post-update program and also don't forget to
 actually enable the hook with:
 
-       chmod a+x $gitrepo/hooks/post-update .
+       chmod a+x $gitrepo/hooks/post-update
 
 Now, you're finally ready to go. You should be able to just start
 adding content under the src directory. You can give files a .mdwn
@@ -89,6 +89,13 @@ simple as "git push".
 
 Problems
 ========
+Here is a useful, (self explanatory), command-line options for
+debugging ikiwiki problems:
+
+       ikiwiki --verbose --setup ikiwiki.setup
+
+       ikiwiki --verbose --rebuild --setup ikiwiki.setup
+
 I've had occasions where the hook-based update fails for one reason or
 another, (for example, once when I moved the location of $gitrepo, but
 the compiled hook still had the old location). The basic recipe for