update readme

This commit is contained in:
Iuri Matias 2015-06-22 06:07:46 -04:00
parent 21617e3bf6
commit e897263bc3
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ With Embark you can:
* Easily deploy to & use decentralized systems such as IPFS. * Easily deploy to & use decentralized systems such as IPFS.
* Quickly create advanced DApps using multiple contracts. * Quickly create advanced DApps using multiple contracts.
See the [Wiki](https://github.com/iurimatias/embark-framework/wiki) for more details.
Installation Installation
====== ======
Requirements: geth (0.9.29), solc (0.9.23), node (0.12.2) and npm Requirements: geth (0.9.29), solc (0.9.23), node (0.12.2) and npm
@ -21,6 +23,8 @@ For specs: pyethereum, ethertdd.py
$ npm install -g embark-framework grunt-cli $ npm install -g embark-framework grunt-cli
``` ```
See [Complete Installation Instructions](https://github.com/iurimatias/embark-framework/wiki/Installation).
Usage - Demo Usage - Demo
====== ======
You can easily create a sample working DApp with the following: You can easily create a sample working DApp with the following: