Skip to content
Snippets Groups Projects
Commit 96556424 authored by Alexandre Bourget's avatar Alexandre Bourget
Browse files

DOCS/WEB: We can now clone sflphone.git through HTTP.

parent c6130442
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment