summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-02-22 14:42:20 +0100
committerJonas Smedegaard <dr@jones.dk>2008-02-22 14:42:20 +0100
commit6517ad6ab9ff4dbbe0486b4af1c6bf3518f2e48b (patch)
tree01a35d79e18211f7a8291b6fd4072b00274b4e26 /README
parent7bebdfed991617822e7a8056e141ae0832e5a938 (diff)
Use native git protocol (yeah - I finally made it work).
Diffstat (limited to 'README')
-rw-r--r--README4
1 files 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