Skip to content

Commit

Permalink
readme文档修改demo应用启动路径
Browse files Browse the repository at this point in the history
  • Loading branch information
daizhenyu committed Aug 31, 2023
1 parent 5814e18 commit 05323f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Below is a simple demo that guides new users to use Sermant in just 4 steps.

### Preparation

- [Download](https://github.com/huaweicloud/Sermant/releases) Sermant package
- [Download](https://github.com/huaweicloud/Sermant/releases) Sermant-1.1.0 package
- [Download](https://github.com/huaweicloud/Sermant-examples/tree/main/flowcontrol-demo/spring-cloud-demo/spring-provider) demo application
- [Download](https://zookeeper.apache.org/releases#download) and start zookeeper

Expand Down Expand Up @@ -83,7 +83,7 @@ java -jar sermant-backend-x.x.x.jar
### Start demo application

Execute the following command in the `${path}/Sermant-examples/sermant-template/demo-application/target`directory:
Execute the following command in the `${path}/Sermant-examples/flowcontrol-demo/spring-cloud-demo/spring-provider/target`directory:

```shell
# linux mac
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Sermant中的JavaAgent广泛采用类隔离技术,以消除框架代码、插

### 准备工作

- [下载](https://github.com/huaweicloud/Sermant/releases) Sermant包
- [下载](https://github.com/huaweicloud/Sermant/releases) Sermant-1.1.0包
- [下载](https://github.com/huaweicloud/Sermant-examples/tree/main/flowcontrol-demo/spring-cloud-demo/spring-provider) demo应用
- [下载](https://zookeeper.apache.org/releases#download) 并启动zookeeper

Expand Down Expand Up @@ -84,7 +84,7 @@ java -jar sermant-backend-x.x.x.jar
### 启动demo应用

`${path}/Sermant-examples/sermant-template/demo-application/target`目录执行以下命令:
`${path}/Sermant-examples/flowcontrol-demo/spring-cloud-demo/spring-provider/target`目录执行以下命令:

```shell
# linux mac
Expand Down

0 comments on commit 05323f4

Please sign in to comment.