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 ``` ## 组件语法