diff --git a/README.md b/README.md index 00215fbe88..1ae2af1762 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,9 @@ cd contracts # Install the dependencies - Note your Node version 'Requirements' yarn install + +# Compiles and deploys the contracts (necessary to populate dapp/abis dir, which is needed to run the dapp) +yarn deploy ``` #### Standalone Mode