docs: 在创建项目命令中添加@latest标识

在pnpm create命令中添加@latest标识以确保使用最新版本的create-unibest,因为2025-06-04发布了v1.18.5版本
This commit is contained in:
feige996 2025-06-04 10:03:45 +08:00
parent 662a97d2ae
commit 5265f9ef72

View File

@ -14,6 +14,8 @@
```bash
# 如果没有 pnpm请先安装: npm i -g pnpm
pnpm create unibest my-project
# 时不时加一下 @latest 标识,这样可以使用最新版本的 create-unibest (2025-06-04 发布了 v1.18.5)
pnpm create unibest@latest my-project
```
npm 创建如下(不推荐)