Update README.md

This commit is contained in:
Iuri Matias 2016-10-19 09:52:08 -04:00 committed by GitHub
parent fdda38b7ac
commit 9a5a9b5b42
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@ $ npm -g install ethereumjs-testrpc
See [Complete Installation Instructions](https://github.com/iurimatias/embark-framework/wiki/Installation).
**updating from embark 1**
Embark's npm package has changed from ```embark-framework``` to ```embark```, this sometimes can create conflicts. To update first uninstall embark-framework 1 to avoid any conflicts. ```npm uninstall -g embark-framework``` then ```npm install -g embark```
Usage - Demo
======
You can easily create a sample working DApp with the following: