Skip to content

Commit

Permalink
Merge pull request #1121 from ethereumjs/ryanio-patch-1
Browse files Browse the repository at this point in the history
Update run-solidity-contract readme instructions
  • Loading branch information
holgerd77 authored Feb 20, 2021
2 parents daeaa89 + c330f44 commit ad9def9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/vm/examples/run-solidity-contract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ The example does these things:

## Installation

1. Run `npm install` in the root of this project
1. Run `npm install` in this directory
1. Run `npm i` in the root of this project
1. Run `npm i` in this directory

## Running the example

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

0 comments on commit ad9def9

Please sign in to comment.