summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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