Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Jan 27, 2024
1 parent ca95896 commit 37defb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
```
Expand All @@ -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:
Expand Down

0 comments on commit 37defb1

Please sign in to comment.