Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e352d724 authored by hhakim's avatar hhakim
Browse files

Document the light git-clone (issue #294).

[skip ci]
parent 42de8d72
Branches
No related tags found
No related merge requests found
...@@ -26,6 +26,23 @@ Dependencies ...@@ -26,6 +26,23 @@ Dependencies
--- ---
Cloning the project
============
The project git binary objects are heavy (it can take up to ~ 1.5 Gio of data). If your connection is unstable don't download the whole history (using the ``--depth`` option -- issue #294).
```
git clone git@gitlab.inria.fr:faustgrp/faust.git --depth=1 --single-branch faust
```
**NOTE**: you can also use the [https://gitlab.inria.fr/faustgrp/faust.git](https://gitlab.inria.fr/faustgrp/faust.git) URL.
Then if you really need the full git history to work on the project, fetch it (preferably when your Internet connection is good) :
```
git fetch --unshallow
```
---
Quick build on UNIX Quick build on UNIX
===================== =====================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment