Skip to content

Commit db1c5df

Browse files
committed
Merge branch '3.5.x'
2 parents 3a1785f + 39b7c0c commit db1c5df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ chmod +x build/bin/*
107107
**启动命令**
108108

109109
```
110-
build/bin/fit start
110+
mkdir dynamic-plugins
111+
cd dynamic-plugins
112+
../build/bin/fit start
111113
```
112114

113115
> 以上编译构建出的 `fit` 命令可以通过系统操作(别名或添加系统路径)来简化输入。
@@ -120,6 +122,8 @@ build/bin/fit start
120122
- 新建任意目录作为插件目录,在该目录下存放插件,可在插件目录下使用命令 `fit start` 启动服务。
121123

122124
> 以上环境配置步骤请根据使用的操作系统使用相应的路径分隔符和环境变量配置操作。
125+
>
126+
> `fit` 命令无法在包含 FIT 框架的目录中执行,只能够在一个新建的动态插件目录下执行。
123127
124128
## 快速开始
125129

0 commit comments

Comments
 (0)