File tree Expand file tree Collapse file tree 4 files changed +9
-311
lines changed Expand file tree Collapse file tree 4 files changed +9
-311
lines changed Original file line number Diff line number Diff line change 1+ # Auto detect text files and perform LF normalization
2+ * text =auto
Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ All the documentation is accessible [here](./docs/00-index.md).
7878
7979``` bash
8080├── demos # quick demo of how to use some functions
81- ├── dev # templates for experiment (will be moved out soon)
8281├── docs # documentation
8382├── manualTests # all the tests that cannot be automated (yet)
8483├── src # actual code of the CPP_PTB
@@ -94,6 +93,13 @@ All the documentation is accessible [here](./docs/00-index.md).
9493
9594## How to install
9695
96+ The easiest way to use this repository is to create a new repository by using
97+ the
98+ [ template PTB experiment repository] ( https://github.com/cpp-lln-lab/template_PTB_experiment ) :
99+ this creates a new repository on your github account with all the basic folders,
100+ files and submodules already set up. You only have to then clone the repository
101+ and you are good to go.
102+
97103### Download with git
98104
99105``` bash
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments