From 69fa400ae776050e3d92c63474388b21fc61c562 Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Sat, 17 Jun 2023 05:35:30 +0100 Subject: [PATCH] readme: update yarn to pnpm --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e282c48f..1a1423dc 100644 --- a/README.md +++ b/README.md @@ -103,13 +103,13 @@ You can help by translating the project to a language you speak at https://hoste ### Development Setup ``` -yarn install +pnpm install ``` ### Compiles and hot-reloads for development ``` -yarn serve +pnpm serve ``` You can now make changes and view then in realtime!