Skip to content

Commit

Permalink
Update quick start docs (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanwenjun authored Dec 16, 2021
1 parent a9fe559 commit e32c9f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/cn/instructions/eventmesh-runtime-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ sh start.sh
```
- 文件加载:通过将插件安装到插件目录,EventMesh在运行时会根据条件自动加载插件目录下的插件,可以通过执行以下命令安装插件
```shell
./gradlew clean jar dist
./gradlew installPlugin
./gradlew clean jar dist && ./gradlew installPlugin
```

***2.3.2.2 使用插件***
Expand Down
3 changes: 1 addition & 2 deletions docs/en/instructions/eventmesh-runtime-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ There are two ways to install the plugin:
- Install from files: By installing the plugin into the plugin directory, EventMesh will automatically load the plugins in the plugin directory
according to the conditions when EventMesh running, you can install the plugins by executing the following command.
```shell
./gradlew clean jar dist
./gradlew installPlugin
./gradlew clean jar dist && ./gradlew installPlugin
```

***2.3.1.2 Use Plugin***
Expand Down

0 comments on commit e32c9f5

Please sign in to comment.