Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0bd82884 authored by Mehdi Benadel's avatar Mehdi Benadel
Browse files

fix git clone documentation

parent dbe28d62
No related branches found
No related tags found
No related merge requests found
......@@ -51,11 +51,17 @@ and unzip which will add the necessary files.
You will need to checkout SIBR Core. For this use the following commands:
```bash
git clone https://gitlab.inria.fr/sibr/sibr_core.git
## through HTTPS
git clone https://gitlab.inria.fr/sibr/sibr_core.git
## through SSH
git clone git@gitlab.inria.fr:sibr/sibr_core.git
```
Then clone the soft3d project
```bash
git clone https://gitlab.inria.fr/sibr/projects/soft3d.git
## through HTTPS
git clone https://gitlab.inria.fr/sibr/projects/soft3d.git
## through SSH
git clone git@gitlab.inria.fr:sibr/projects/soft3d.git
```
### Configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment