Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit e7bed8d

Browse files
authored
Update copy slightly (#70)
1 parent e319a3c commit e7bed8d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ PLEASE NOTE that we are currently working on V2 of our smart contracts along wit
3535
yarn install
3636
```
3737

38-
2. Install [truffle](http://truffleframework.com/) and [test-rpc](https://github.com/ethereumjs/testrpc) globally
38+
2. Run an ethereum chain on a separate terminal window
3939
```
40-
yarn global add ethereumjs-testrpc
41-
yarn global add truffle
40+
yarn chain
4241
```
4342

4443
3. Run unit tests

0 commit comments

Comments
 (0)