From af4cb15d2c8b68232002946c2a9ceb7189704ce1 Mon Sep 17 00:00:00 2001 From: hypercross Date: Thu, 26 Feb 2026 16:38:40 +0800 Subject: [PATCH] refactor: readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 981cb91..5cd87a0 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ ## CLI 命令 ```bash -# 预览模式 -npx ttrpg serve [dir] -p 3000 +# 克隆仓库后,npm link安装 + +# 在项目文件夹内运行 +ttrpg serve [dir] -p 3000 -# 编译模式 -npx ttrpg compile [dir] -o ./dist/output ``` ## 组件语法