diff options
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -12,8 +12,8 @@ the following locales: Getting the source ------------------ -This README file and related scripts are available at http://source.jones.dk/ -as a GIT repository. Pull it like this: +This README file is available at http://source.jones.dk/ together with a GIT +repository with source of the translation routines. Pull it like this: git clone http://source.jones.dk/ikiwiki.git @@ -25,10 +25,10 @@ To pull in all translatable and translated parts, do this: make -To pull in all parts with write access to the repository, do something like -this: +If you have write access to one or more GIT repositories, you can override +their locations like this: - make origin_ikiwiki='login@example.com:path/to/repositories/ikiwiki_MODULE.git' + make origin_ikiwiki=debian@source.jones.dk:/srv/git/source.jones.dk/ikiwiki_MODULE.git To remove all translatable and translated parts, and anything else below those directories without warning, do this: |