From b69eb616b0c6fea90e9dc5d4e3f1cb6a47e6f4bc Mon Sep 17 00:00:00 2001 From: James Ray <16969914+jamesray1@users.noreply.github.com> Date: Tue, 10 Apr 2018 16:04:06 +1000 Subject: [PATCH] Install dependencies --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d342aac6..306cb5e6 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,20 @@ Being used by - [Weifund](http://weifund.io/) - StabL +Install dependencies +-------------------- +[NPM](https://www.npmjs.com/get-npm) + +[NVM](https://github.com/creationix/nvm#install-script): +``` +curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash +``` + +`command -v nvm` should output nvm, but if there is no output or `command not found`, then restart the terminal. + + +[Truffle](https://github.com/trufflesuite/truffle#install): `npm install -g truffle` + Install ------------- ```