summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/git.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/git.mdwn b/doc/git.mdwn
index e5fef6a5a..cdaf3d4e2 100644
--- a/doc/git.mdwn
+++ b/doc/git.mdwn
@@ -1,6 +1,13 @@
Ikiwiki is developed in a git repository and can be checked out
like this:
+[[!template id=note text="""
+You can push changes back to ikiwiki's git repository over the `git://`
+transport, to update the wiki, if you'd like, instead of editing it on the
+web. Changes that could not be made via the web will be automatically
+rejected.
+"""]]
+
git clone git://git.ikiwiki.info/
Or like this if your firewall only passes http traffic (slow):