use yarn in readme

This commit is contained in:
Felicio Mununga 2022-11-17 18:44:25 +01:00
parent 25e8c76f26
commit 22e884b72a
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 3 additions and 3 deletions

View File

@ -110,8 +110,8 @@ Get the source ready:
```sh
git clone https://github.com/status-im/status-web.git
cd ./status-web
npm install
npm run build
yarn install
yarn run build
```
Add your Community's public key to your environment:
@ -123,5 +123,5 @@ echo 'PUBLIC_KEY="0x033c88c950480493e2e759923bd38f9aad88e1b36295757a598679a569e6
And run it:
```sh
npm run dev --workspace=examples/with-vite
yarn workspace with-vite run dev
```