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 ``` ## 目录