Changes

no edit summary
Line 137: Line 137:  
</source>  Uncompress archive<source lang="bash">
 
</source>  Uncompress archive<source lang="bash">
 
$ unzip dolibarr.zip
 
$ unzip dolibarr.zip
</source>
+
</source> '''or from git repository'''<source lang="bash">
 
  −
'''or from git repository'''
  −
 
  −
<source lang="bash">
   
$ git clone --depth 1 -b X.Y http://github.com/Dolibarr/dolibarr.git dolibarr
 
$ git clone --depth 1 -b X.Y http://github.com/Dolibarr/dolibarr.git dolibarr
 
</source> Replace X.Y with the version you want to get. Remove "--depth 1" if you don't mind downloading the entire history of the project (programmers may find it useful but end users probably won't).
 
</source> Replace X.Y with the version you want to get. Remove "--depth 1" if you don't mind downloading the entire history of the project (programmers may find it useful but end users probably won't).
82

edits