Skip to content

Commit 4bb0b56

Browse files
authored
fix: 多行命令少 \ (#195)
1 parent 3533351 commit 4bb0b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh-CN/manual/starter/direct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ npm i typescript @types/node esbuild esbuild-register -D
4949
yarn init
5050
5151
# 安装 Koishi 和相关插件
52-
yarn add koishi
52+
yarn add koishi \
5353
@koishijs/plugin-server \
5454
@koishijs/plugin-console \
5555
@koishijs/plugin-sandbox \

0 commit comments

Comments
 (0)