Mentions légales du service

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

Remove the cloning part of the README now that the default way for cloning is ok (issue #294).

parent 169be7be
Branches
Tags
No related merge requests found
Pipeline #834343 passed
...@@ -37,27 +37,6 @@ the CMake script indicate if the match is not appropriate). ...@@ -37,27 +37,6 @@ the CMake script indicate if the match is not appropriate).
--- ---
Cloning the project
============
```
git clone git@gitlab.inria.fr:faustgrp/faust.git faust
```
**NOTE**: 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
```
---
Build on UNIX Build on UNIX
===================== =====================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment