From 6517ad6ab9ff4dbbe0486b4af1c6bf3518f2e48b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 22 Feb 2008 14:42:20 +0100 Subject: Use native git protocol (yeah - I finally made it work). --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index c010624..4050872 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3