summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/todo/l10n.mdwn9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/todo/l10n.mdwn b/doc/todo/l10n.mdwn
index 1a00ee2c3..67ec7789d 100644
--- a/doc/todo/l10n.mdwn
+++ b/doc/todo/l10n.mdwn
@@ -62,7 +62,10 @@ and there is a po/ikiwiki.pot in the source that can be translated.
----
-Danish l10n of templates and basewiki is available at http://source.jones.dk/
-(using GIT - do `git clone <url> && cd <dir> && git checkout master_danish`
-for each of the ikiwiki_* repositories)
+Danish l10n of templates and basewiki is available with the following commands:
+
+ git clone http://source.jones.dk/ikiwiki.git newsite
+ cd newsite
+ make all
+
--[[JonasSmedegaard]] \ No newline at end of file