From 10cdaf4d7cf4aaa01aafd5a4c48ee301fd66aee3 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 6 Feb 2017 19:41:09 -0500 Subject: [PATCH] update requirements; add screenshot --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c7b0da6..dafd104a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Table of Contents Installation ====== -Requirements: geth (1.5.5 or higher), node (5.0.0) and npm +Requirements: geth (1.5.8 or higher), node (6.9.1 or higher is recommended) and npm Optional: serpent (develop) if using contracts with Serpent, testrpc or ethersim if using the simulator or the test functionality. Further: depending on the dapp stack you choose: [IPFS](https://ipfs.io/) @@ -58,6 +58,9 @@ Embark's npm package has changed from ```embark-framework``` to ```embark```, th Usage - Demo ====== + +![Embark Demo screenshot](http://i.imgur.com/a9ddSjn.png) + You can easily create a sample working DApp with the following: ```Bash