Skip to content
Snippets Groups Projects
Commit fddca741 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

Adds branch option instruction when cloning repo

parent 1d19b9b2
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,10 @@ Help (in french) :
Installation
------------
### Cloning repo
### Cloning repo (clone dev branch)
```
cd path-to-php-server-folder (default linux /var/www/html, windows c:/wamp/www... )
git clone https://github.com/Biopenlandes/CartoV3.git
git clone -b dev https://github.com/Biopenlandes/CartoV3.git
cd CartoV3/
```
......
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