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

Commit b3e9452

Browse files
authored
fix upgrades-library README.md (#1567)
1 parent 3e2860e commit b3e9452

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/upgrades-library/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Then start a ganache instance by running:
2323

2424
$ npx ganache-cli -p 8545
2525

26-
Next run `index.js` script using the command:
26+
Next compile the contract:
27+
28+
$ npx oz compile
29+
30+
Finally run `index.js` script using the command:
2731

2832
$ npm run start

0 commit comments

Comments
 (0)