chore: use pnpm

This commit is contained in:
Del 2024-06-12 10:27:51 +08:00
parent 8c4fb71c94
commit b8e856d1f9

View File

@ -5,7 +5,7 @@
首先,安装依赖
```shell
npm install
pnpm install
```
然后,创建并启动 `MiGPT` 实例,查看如何[「配置参数」](https://github.com/idootop/mi-gpt/tree/main#%EF%B8%8F-%E9%85%8D%E7%BD%AE%E5%8F%82%E6%95%B0)。
@ -31,5 +31,5 @@ main();
配置完成后,启动项目。
```
npm start
pnpm run start
```