Changes

Line 17: Line 17:  
First, enter value of the repository with reference sources into your GIT client tool.
 
First, enter value of the repository with reference sources into your GIT client tool.
   −
With Eclipse, choose "Clone GIT repository". Enter GIT URL of project to get.
+
* With Eclipse, choose "Clone GIT repository". Enter GIT URL of project to get.
 
GIT Url for Dolibarr official source is:
 
GIT Url for Dolibarr official source is:
 
<source lang="ini">
 
<source lang="ini">
 
git://github.com/Dolibarr/dolibarr.git
 
git://github.com/Dolibarr/dolibarr.git
 
</source>
 
</source>
   
Your Eclipse GIT client will ask you to choose the branches you are interesting in. Branches not selected now could be selected later by doing a "Fetch" from the "Remotes" view, so try to choose only the branch you need. This will save you time and problems later.
 
Your Eclipse GIT client will ask you to choose the branches you are interesting in. Branches not selected now could be selected later by doing a "Fetch" from the "Remotes" view, so try to choose only the branch you need. This will save you time and problems later.
   −
With GIT on Command Line Interface:
+
* With GIT on Command Line Interface:
 
<source lang="bash">
 
<source lang="bash">
 
git clone git://github.com/Dolibarr/dolibarr.git dolibarr
 
git clone git://github.com/Dolibarr/dolibarr.git dolibarr