diff --git a/doc/images/xooki-edit-small.png b/doc/images/xooki-edit-small.png
new file mode 100644
index 00000000..9d9eb390
Binary files /dev/null and b/doc/images/xooki-edit-small.png differ
diff --git a/doc/images/xooki-edit.png b/doc/images/xooki-edit.png
new file mode 100644
index 00000000..808a23ba
Binary files /dev/null and b/doc/images/xooki-edit.png differ
diff --git a/doc/images/xooki-toolbar.png b/doc/images/xooki-toolbar.png
new file mode 100644
index 00000000..bfe266eb
Binary files /dev/null and b/doc/images/xooki-toolbar.png differ
diff --git a/doc/write-doc.html b/doc/write-doc.html
index fef08744..167ea047 100644
--- a/doc/write-doc.html
+++ b/doc/write-doc.html
@@ -10,8 +10,18 @@ Writing documentation for Ivy is pretty simple.
The documentation engine used is called xooki, and allows to edit pages while you browse them as soon as you browse them offline (and thus can actually save your modifications).
-When you browse the doc offline (by checking out the [[svn:doc]] directory for instance), you will see a small toolbar at the uper right, allowing to edit the page, save it, move the page in the TOC, create a child, and so on. When you choose edit you will see a pretty familiar textbox where you can edit the page source.
+To browse the doc offline, we recommend to check it out from svn:
+
+svn co https://svn.apache.org/repos/asf/incubator/ivy/core/trunk/doc ivy-doc
+
+Then open the index.html file, and you will browse the web site exactly as when you're online, except that you will see a small toolbar at the uper right, allowing to edit the page, save it, move the page in the TOC, create a child, and so on:
+
+

