Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
Signed-off-by: seeflood <[email protected]>
  • Loading branch information
seeflood committed May 26, 2022
1 parent 848eedb commit 8d863b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo/pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ It is worth noting that both server and client demo should set the same store na
For example:
```shell
cd ${project_path}/demo/pubsub/server/
// 1. start subscriber
# 1. start subscriber
go build -o subscriber
/.subscriber -s pub_subs_demo

// 2. start layotto
# 2. start layotto
cd ${project_path}/cmd/layotto
go build -o layotto
./layotto start -c ../../configs/config_in_memory.json
./layotto start -c ../../configs/config_standalone.json

// 3. start publisher
# 3. start publisher
cd ${project_path}/demo/pubsub/client/
go build -o publisher
./publisher -s pub_subs_demo
Expand Down

0 comments on commit 8d863b5

Please sign in to comment.