aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index d500958d6..2cd9725fb 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -325,10 +325,12 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need:
Released versions of \ejabberd{} are available in the ProcessOne \ejabberd{} downloads page:
\ahrefurl{http://www.process-one.net/en/ejabberd/downloads}
-\ind{Subversion repository}
-Alternatively, the latest development version can be retrieved from the Subversion repository using this command:
+\ind{Git repository}
+Alternatively, the latest development source code can be retrieved from the Git repository using the commands:
\begin{verbatim}
-svn co http://svn.process-one.net/ejabberd/trunk ejabberd
+git clone git://git.process-one.net/ejabberd/mainline.git ejabberd
+cd ejabberd
+git checkout -b 2.1.x origin/2.1.x
\end{verbatim}