From c6ce7cd317f779d0a0b57e79a30643b5c4634a4a Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Thu, 25 Apr 2019 07:47:44 +0200 Subject: [PATCH] update instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 060d9403..e1e170d7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ This repository contains all presentations related to R3. # How to get started +Copy the presentation template folder into the folder of the current year and name it +according to your preference, i.e. `YYYY-MM-DD_myPresentation`. + ```bash +$ cd YYYY-MM-DD_myPresentation $ npm install -g npm@latest grunt-cli generator-reveal $ npm install ``` @@ -18,5 +22,5 @@ $ grunt server # How to publish ```bash -grunt dist +$ grunt dist ``` -- GitLab