From afcca8d2d8e1b0b451281957c29342b8d3372a9c Mon Sep 17 00:00:00 2001 From: Felicio Mununga Date: Thu, 17 Nov 2022 18:44:25 +0100 Subject: [PATCH] use yarn in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dba666f3..7569a997 100644 --- a/README.md +++ b/README.md @@ -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 ```