diff --git a/README.md b/README.md
index 96ead0b19287b123f6c80bf752c37e01d3a89d49..35ed38cabedb5a78f7f62d2aff575bf4afd6dd3e 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
+```