From dfb4ad7a336ddbc9695ac88f155ccc975ec6bc3f Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Wed, 24 Apr 2019 21:50:29 +0200
Subject: [PATCH] instructions in readme

---
 README.md | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 51e97530..96ead0b1 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,14 @@
-# git training
\ No newline at end of file
+# Presentation slides
+
+## how to get started
+
+```bash
+$ yarn install
+$ grunt server
+```
+
+## how to publish
+
+```bash
+grunt dist
+```
\ No newline at end of file
-- 
GitLab