Skip to content

Commit

Permalink
Merge pull request #1032 from kirinzhu/fix-patch-quickstart
Browse files Browse the repository at this point in the history
[ISSUE #1033]Update quick-start
close #1033
  • Loading branch information
xwm1992 authored Jul 21, 2022
2 parents a3ac38a + 9f21249 commit 2cfd011
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ Here are the guidelines:

[Step 1: Deploy eventmesh-store](docs/zh/instruction/01-store.md)

[Step 2: Start eventmesh-runtime](docs/zh/instruction/01-store.md)
[Step 2: Start eventmesh-runtime](docs/zh/instruction/02-runtime.md)

[Step 3: Run our demos](docs/zh/instruction/01-store.md)
[Step 3: Run our demos](docs/zh/instruction/03-demo.md)

Besides, we also provide the docker-version guidelines for you if you prefer Docker:

[Step 1: Deploy eventmesh-store using docker](docs/zh/instruction/01-store-with-docker.md)

[Step 2: Start eventmesh-runtime using docker](docs/zh/instruction/01-store-with-docker.md)
[Step 2: Start eventmesh-runtime using docker](docs/zh/instruction/02-runtime-with-docker.md)

[Step 3: Run our demos](docs/zh/instruction/01-store.md)
[Step 3: Run our demos](docs/zh/instruction/03-demo.md)

## Contributing

Expand Down
8 changes: 4 additions & 4 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@

[Step 1: Deploy eventmesh-store](docs/zh/instruction/01-store.md)

[Step 2: Start eventmesh-runtime](docs/zh/instruction/01-store.md)
[Step 2: Start eventmesh-runtime](docs/zh/instruction/02-runtime.md)

[Step 3: Run our demos](docs/zh/instruction/01-store.md)
[Step 3: Run our demos](docs/zh/instruction/03-demo.md)

除此之外,我们还提供了 Docker 版本的快速开始指引,方便您借助 Docker 来初探我们的项目:

[Step 1: Deploy eventmesh-store using docker](docs/zh/instruction/01-store-with-docker.md)

[Step 2: Start eventmesh-runtime using docker](docs/zh/instruction/01-store-with-docker.md)
[Step 2: Start eventmesh-runtime using docker](docs/zh/instruction/02-runtime-with-docker.md)

[Step 3: Run our demos](docs/zh/instruction/01-store.md)
[Step 3: Run our demos](docs/zh/instruction/03-demo.md)



Expand Down

0 comments on commit 2cfd011

Please sign in to comment.