diff --git a/README.md b/README.md index 986d144b..f9436dbd 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,18 @@ GoView 是一个高效的拖拽式低代码数据可视化开发平台,将图 ## 安装 -本项目采用` pnpm` 进行包管理,经反馈若采用 `npm/yarn` 等方式安装依赖会导致错误,请使用 `pnpm` 安装依赖包。 +本项目采用` pnpm` 进行包管理 ```shell -#pnpm(建议使用nrm切换到淘宝源) +#建议使用 nrm 切换到淘宝源 https://registry.npmmirror.com/ +#pnpm pnpm install + +#yarn +yarn install + +#npm +npm install ``` ## 启动