From 734db0136b139031e369584f6132f60f6f8b83ff Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 31 Aug 2015 22:00:07 -0400 Subject: [PATCH] clarify meteor use in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d9b4946f0..0cebed476 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ This will automatically deploy the contracts, update their JS bindings and deplo Note that if you update your code it will automatically be re-deployed, contracts included. There is no need to restart embark, refreshing the page on the browser will do. +note: for a demo using meteor do ```embark meteor_demo``` followed by ```embark deploy``` then ```meteor``` + Creating a new DApp ======