From 9a5a9b5b42e126bb6eb680b8bcb6cca03424190c Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 19 Oct 2016 09:52:08 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 526c26744..ee4a60452 100644 --- a/README.md +++ b/README.md @@ -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: