Dependency install notes were missing babel, webpack

This commit is contained in:
Ricardo J. Mendez 2017-12-23 10:55:05 +01:00
parent 62d1e22189
commit 3b83f602cd

View File

@ -116,6 +116,13 @@ cd orbit-db
npm install
```
You'll also need babel and webpack, if you don't have them installed already:
```
npm install --global babel-cli
npm install --global webpack
```
### Browser example
```