Skip to content

Commit 11a34ee

Browse files
committed
update README about using template PTB repo
1 parent ec2d3ca commit 11a34ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)