From 78f1fe9ba5968462e801dbdbee8be605a4c19922 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 11 Feb 2010 13:14:55 +0100 Subject: Replace mention of ejabberd SVN with Git. --- doc/guide.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index b9d977f08..c321138fd 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -357,8 +357,10 @@ GNU Make

2.4.2  Download Source Code

Released versions of ejabberd are available in the ProcessOne ejabberd downloads page: http://www.process-one.net/en/ejabberd/downloads

-Alternatively, the latest development version can be retrieved from the Subversion repository using this command: -

svn co http://svn.process-one.net/ejabberd/trunk ejabberd
+Alternatively, the latest development source code can be retrieved from the Git repository using the commands:
+

git clone git://git.process-one.net/ejabberd/mainline.git ejabberd
+cd ejabberd
+git checkout -b 2.1.x origin/2.1.x
 

2.4.3  Compile

To compile ejabberd execute the commands: -- cgit v1.2.3