Skip to content

Commit ad9def9

Browse files
authored
Merge pull request #1121 from ethereumjs/ryanio-patch-1
Update run-solidity-contract readme instructions
2 parents daeaa89 + c330f44 commit ad9def9

File tree

1 file changed

+2
-3
lines changed
  • packages/vm/examples/run-solidity-contract

1 file changed

+2
-3
lines changed

packages/vm/examples/run-solidity-contract/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ The example does these things:
1515

1616
## Installation
1717

18-
1. Run `npm install` in the root of this project
19-
1. Run `npm install` in this directory
18+
1. Run `npm i` in the root of this project
19+
1. Run `npm i` in this directory
2020

2121
## Running the example
2222

23-
1. Run `npm run build:dist` in the root of this project
2423
1. Run `npm run example` in this directory

0 commit comments

Comments
 (0)