From 965564240b248b93eb5bd72859fc91325566405e Mon Sep 17 00:00:00 2001 From: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com> Date: Tue, 25 Sep 2007 10:13:28 -0400 Subject: [PATCH] DOCS/WEB: We can now clone sflphone.git through HTTP. --- doc/Git_Access.txt | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/doc/Git_Access.txt b/doc/Git_Access.txt index 0f4dbac273..b8c547fcf4 100644 --- a/doc/Git_Access.txt +++ b/doc/Git_Access.txt @@ -5,19 +5,30 @@ Git anonymous access -------------------- -To grab source code form SFLphone's git repository: +To grab source code form SFLphone's git repository, run: --------------------------------------------- git clone git://sflphone.org/git/sflphone.git -cd sflphone --------------------------------------------- +which requires pass-through of *tcp port 9418*, or + +---------------------------------------------- +git clone http://sflphone.org/git/sflphone.git +---------------------------------------------- + +then + +---------------------------------------------- +cd sflphone +---------------------------------------------- + View sflsite:build[build notes] for more details. -Git developer's access ----------------------- +Git developer access +-------------------- Run: -- GitLab