diff --git a/aqua-examples/aqua-ipfs-integration/README.md b/aqua-examples/aqua-ipfs-integration/README.md index 535568d..db1a8b0 100644 --- a/aqua-examples/aqua-ipfs-integration/README.md +++ b/aqua-examples/aqua-ipfs-integration/README.md @@ -19,6 +19,7 @@ You need npm v7 or later to run the examples ``` npm i +npm build -w aqua npm start -w web ``` @@ -29,6 +30,7 @@ npm start -w web ``` npm i +npm build -w aqua npm start -w nodejs ```