We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f92238 commit 39b7c0cCopy full SHA for 39b7c0c
README.md
@@ -106,7 +106,9 @@ chmod +x build/bin/*
106
**启动命令**
107
108
```
109
-build/bin/fit start
+mkdir dynamic-plugins
110
+cd dynamic-plugins
111
+../build/bin/fit start
112
113
114
> 以上编译构建出的 `fit` 命令可以通过系统操作(别名或添加系统路径)来简化输入。
@@ -119,6 +121,8 @@ build/bin/fit start
119
121
- 新建任意目录作为插件目录,在该目录下存放插件,可在插件目录下使用命令 `fit start` 启动服务。
120
122
123
> 以上环境配置步骤请根据使用的操作系统使用相应的路径分隔符和环境变量配置操作。
124
+>
125
+> `fit` 命令无法在包含 FIT 框架的目录中执行,只能够在一个新建的动态插件目录下执行。
126
127
## 快速开始
128
0 commit comments