Skip to content
Snippets Groups Projects
Commit dd3a142c authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

new instructions

parent a699c505
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,13 @@ In order to use the slide deck, you must have:
- Fork this repository
- Clone your fork
```bash
$ git clone ssh://git@git-r3lab-server.uni.lu:8022/<yourUsernam>/presentations.git
$ git clone ssh://git@git-r3lab-server.uni.lu:8022/<yourUsername>/presentations.git
```
- Open a terminal and work on your presentation:
```bash
$ cd presentations
$ python contribute.py --date="YYYY-MM-DD" --name="yourAwesomeTitle"
$ pip install .
$ contribute --date="YYYY-MM-DD" --name="yourAwesomeTitle"
```
**Note**: The first time you run `contribute`, a new branch is automatically created with the name `YYYY-MM-DD_yourAwesomeTitle`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment