Add instruction to build aqua-ipfs-execution package

This commit is contained in:
Pavel Murygin 2021-10-12 17:46:22 +03:00
parent db377aa46e
commit ad6a72bb92

View File

@ -19,6 +19,7 @@ You need npm v7 or later to run the examples
``` ```
npm i npm i
npm build -w aqua
npm start -w web npm start -w web
``` ```
@ -29,6 +30,7 @@ npm start -w web
``` ```
npm i npm i
npm build -w aqua
npm start -w nodejs npm start -w nodejs
``` ```