From 2450ed76c966c6cf60312a8494a4065aefbb778c Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Sun, 15 Jul 2018 15:08:28 -0400 Subject: [PATCH] Update 1-workspace.md --- tutorial/1-workspace.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tutorial/1-workspace.md b/tutorial/1-workspace.md index cf61c33..dc0c8f0 100644 --- a/tutorial/1-workspace.md +++ b/tutorial/1-workspace.md @@ -27,10 +27,11 @@ sudo ./install.sh ipfs init ``` -### Tools and dependencies +### Other tools and dependencies ``` -apt install python ganache-cli git build-essential +apt install python git build-essential npm install node-gyp -g +npm install ganache-cli -g ``` ### Embark