From f6f05450bb4f3206a8dc0303160df01ee8151cfd Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 12 Oct 2015 18:40:24 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35e3381fd..5e0f7c9e4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Requirements: geth (1.0.0), node (0.12.2) and npm Optional: serpent (develop) if using contracts with Serpent ```Bash -$ npm install -g embark-framework +$ npm -g install embark-framework@1.0.0-beta.1 ``` See [Complete Installation Instructions](https://github.com/iurimatias/embark-framework/wiki/Installation).