Adding npm install step in README

This commit is contained in:
Vishrut Shah 2017-04-17 22:20:12 -07:00
Родитель db61359307
Коммит d0427a6df2
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -11,6 +11,7 @@ You can install the latest stable release of node.js from [here](https://nodejs.
```
cd oav-express
npm install
npm start
```