diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-02-22 14:42:20 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-02-22 14:42:20 +0100 |
commit | 6517ad6ab9ff4dbbe0486b4af1c6bf3518f2e48b (patch) | |
tree | 01a35d79e18211f7a8291b6fd4072b00274b4e26 | |
parent | 7bebdfed991617822e7a8056e141ae0832e5a938 (diff) |
Use native git protocol (yeah - I finally made it work).
-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 |