Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ cd path/to/project
carboncode
```

Windows PowerShell 运行 `npm` 命令时,如果提示 `npm.ps1` 被禁止执行,请改用 `npm.cmd`,例如:

```powershell
npm.cmd install
npm.cmd run dev
npm.cmd run verify
```

短命令:

```bash
Expand Down