From f38fcc77217bbaaff1ff459e59d6005a9ad1ffa9 Mon Sep 17 00:00:00 2001 From: ChenZhaoYu <790348264@qq.com> Date: Thu, 9 Feb 2023 16:48:21 +0800 Subject: [PATCH] chore: README.md --- README.md | 5 +++++ README.zh-CN.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index a90845a..f832225 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ ChartGPT demo page built with express and vue3 ## Usage > Make sure `node >= 18` +If pnpm is not installed +```shell +npm install pnpm -g +``` + install node deps ```shell pnpm install diff --git a/README.zh-CN.md b/README.zh-CN.md index bd29eab..e7f513a 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -9,6 +9,11 @@ ## 使用 > Make sure `node >= 18` +如果你没有安装过 `pnpm` +```shell +npm install pnpm -g +``` + 安装依赖 ```shell pnpm install