Skip to content

Commit

Permalink
fix: 多行命令少 \ (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
jexjws authored Dec 18, 2024
1 parent 3533351 commit 4bb0b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh-CN/manual/starter/direct.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ npm i typescript @types/node esbuild esbuild-register -D
yarn init
# 安装 Koishi 和相关插件
yarn add koishi
yarn add koishi \
@koishijs/plugin-server \
@koishijs/plugin-console \
@koishijs/plugin-sandbox \
Expand Down

0 comments on commit 4bb0b56

Please sign in to comment.