Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Install dependencies #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
```
Expand Down