From 37defb1c2cad65942c2e8102ac591ca556c7d127 Mon Sep 17 00:00:00 2001 From: Kami Date: Sat, 27 Jan 2024 20:06:56 +0330 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c77a3be..80f7aee 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The repository contains a dApp located in the `./packages/dapp` directory and t ```bash git clone https://github.com/PolkaGate/polkaMask.git cd polkaMask -yarn +yarn install yarn run start ``` @@ -29,7 +29,7 @@ After executing these commands, you can access a basic decentralized application To execute the unit tests for the snap, use the following command(s): ``` -yarn +yarn install yarn build yarn test ``` @@ -39,6 +39,7 @@ yarn test To build and run docker container(s) run: ``` +yarn install yarn compose ``` Afterward, you can access user interfaces as follows: