diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ Getting the source 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 + git clone git://source.jones.dk/ikiwiki Installation @@ -56,7 +56,7 @@ once, not on subsequent pushes) - like this: To resyncronize an older fork of the repository with newer upstream changes, do like this (skip first command on subsequent updates): - git remote add ikiwiki http://source.jones.dk/ikiwiki.git + git remote add ikiwiki git://source.jones.dk/ikiwiki git pull ikiwiki master |