aboutsummaryrefslogtreecommitdiff
path: root/doc/post-commit.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/post-commit.mdwn')
-rw-r--r--doc/post-commit.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/post-commit.mdwn b/doc/post-commit.mdwn
index 76c8dfeac..93d851959 100644
--- a/doc/post-commit.mdwn
+++ b/doc/post-commit.mdwn
@@ -1,4 +1,6 @@
-A post-commit hook is run every time you commit a change to your subversion repository. To make the wiki be updated each time a commit is made, it can be run from (or as) a post-commit hook.
+A post-commit hook is run every time you commit a change to your subversion
+repository. To make the wiki be updated each time a commit is made, it can
+be run from (or as) a post-commit hook.
The best way to run ikiwiki in a [[Subversion]] post-commit hook is using
a wrapper, which can be generated using `ikiwiki --wrapper`.