From 4e000ca0dc78fc4d0c5a4d91f6cf5ea0b03b2da7 Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Thu, 7 Jun 2018 17:32:28 -0300 Subject: [PATCH] add details about nvm and node version --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc827f3..0344dee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # status.im contracts - +Requires https://github.com/creationix/nvm Usage: ``` + nvm install node + nvm use node + nvm install v8.9.4 npm install -g embark git clone https://github.com/status-im/contracts.git cd contracts