update readme to include instructions for ethersim

This commit is contained in:
Orie Steele 2016-09-23 17:55:21 -05:00
parent 0c3375b295
commit 68d44f21e0
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ Optional: serpent (develop) if using contracts with Serpent, ethersim if using t
```Bash
$ npm -g install embark-framework
# If you plant to use the simulator instead of a real ethereum node.
$ npm -g install ethersim
```
See [Complete Installation Instructions](https://github.com/iurimatias/embark-framework/wiki/Installation).