From 8689c528160eac498ef4161c6cf1aab26f8d3d14 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Wed, 24 Apr 2019 22:42:48 +0200 Subject: [PATCH] minor formatting --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96ead0b1..35ed38ca 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,20 @@ # Presentation slides -##Â how to get started +##Â How to get started + +```bash +$ npm install -g npm@latest grunt-cli generator-reveal +$ npm install +``` + +## How to develop locally ```bash -$ yarn install $ grunt server ``` -## how to publish +## How to publish ```bash grunt dist -``` \ No newline at end of file +``` -- GitLab