Skip to content

Commit

Permalink
fix: 修正初始化指令
Browse files Browse the repository at this point in the history
  • Loading branch information
CakmLexi committed Jul 22, 2024
1 parent c61444c commit 5c73260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ npm --registry=https://registry.npmmirror.com install pnpm -g
先新建一个空白文件夹,以下命令在文件夹里面执行,执行完成不出意外已经启动完毕了~

```bash
pnpm i node-karin && npx npx init && npx karin .
pnpm i node-karin && npx init && npx karin .
```

### 基本指令
Expand Down

0 comments on commit 5c73260

Please sign in to comment.