diff --git a/doc/Git_Access.txt b/doc/Git_Access.txt index 0f4dbac2730964e048830c5b82cafaef06175790..b8c547fcf49ef96d9ab9f9c0425b29f8c9f79c89 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: