From dd3a142c75200ab5ec1ee160a1c1a802274bacb8 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Fri, 21 Jun 2019 15:59:20 +0200 Subject: [PATCH] new instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 331d5f5e..320c6b14 100644 --- a/README.md +++ b/README.md @@ -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`. -- GitLab