Skip to content

Commit 39b7c0c

Browse files
authored
Documentation: optimize FIT readme (#233)
fix #232
1 parent 2f92238 commit 39b7c0c

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
@@ -106,7 +106,9 @@ chmod +x build/bin/*
106106
**启动命令**
107107

108108
```
109-
build/bin/fit start
109+
mkdir dynamic-plugins
110+
cd dynamic-plugins
111+
../build/bin/fit start
110112
```
111113

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

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

0 commit comments

Comments
 (0)