Merge pull request #176 from OR13/develop

Include EtherSim in Readme
This commit is contained in:
Iuri Matias 2016-09-24 10:38:20 -07:00 committed by GitHub
commit 8d29708625
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 plan 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).