Skip to content

Commit

Permalink
Updates dependency installation instructions (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-a-hudson authored and mirathewhite committed Jan 17, 2019
1 parent acdf6b5 commit b762bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Depends on truffle and testrpc for testing.
install truffle:
```npm install -g truffle```

install ganache-cli:
```npm install -g ganache-cli```
install yarn:
```npm install -g yarn```

install project npm dependencies:
```npm install```
```yarn install```

# Testing
All tests are run with:
Expand Down

0 comments on commit b762bd4

Please sign in to comment.