From dcdfbe19b5aba861cac1ca7335892dd846ec540b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Mon, 15 Nov 2021 18:12:39 +0800 Subject: [PATCH] chore(docs): UPDATE --- README.md | 6 +++--- README.zh-CN.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fba57a2..5b0c6e0 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ # enter the project directory cd vite-react-electron - # install dependency(Recommend use yarn) - yarn + # install dependency + npm install # develop - yarn dev + npm run dev ``` ## Directory diff --git a/README.zh-CN.md b/README.zh-CN.md index a1ac58d..1745d22 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -16,11 +16,11 @@ # enter the project directory cd vite-react-electron - # install dependency(Recommend use yarn) - yarn + # install dependency + npm install # develop - yarn dev + npm run dev ``` ## 目录