Skip to content

Commit 211e04a

Browse files
committed
[ISSUE #21]Update README.md doc
1 parent cc82fac commit 211e04a

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

README-zh_cn.md

+16
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@
66
| :----------------------------------------------------------: | :----------------------------------------------------------: |
77
| [![Stargazers over time](https://api.star-history.com/svg?repos=mxsm/rocketmq-rust&type=Date)](https://api.star-history.com/svg?repos=mxsm/rocketmq-rust&type=Date) | [![GitHub Contributor Over Time](https://contributor-overtime-api.git-contributor.com/contributors-svg?chart=contributorOverTime&repo=mxsm/rocketmq-rust)](https://git-contributor.com?chart=contributorOverTime&repo=mxsm/rocketmq-rust) |
88

9+
## 快速开始
10+
11+
### 配置要求
12+
13+
1. Rust的msrv版本1.75.0(stable,nightly)
14+
15+
### 运行NameServer
16+
17+
根据下面的命令运行NameServer
18+
19+
```shell
20+
cargo run --bin namesrv
21+
```
22+
23+
24+
925
## 模块
1026

1127
现有的Rocketmq主要有如下几个功能模块:

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ Unofficial Rust implementation of [Apache Rocketmq](https://github.com/apache/ro
66
| :----------------------------------------------------------: | :----------------------------------------------------------: |
77
| [![Stargazers over time](https://api.star-history.com/svg?repos=mxsm/rocketmq-rust&type=Date)](https://api.star-history.com/svg?repos=mxsm/rocketmq-rust&type=Date) | [![GitHub Contributor Over Time](https://contributor-overtime-api.git-contributor.com/contributors-svg?chart=contributorOverTime&repo=mxsm/rocketmq-rust)](https://git-contributor.com?chart=contributorOverTime&repo=mxsm/rocketmq-rust) |
88

9+
## Getting Started
10+
11+
### Requirements
12+
13+
1. rust toolchain MSRV is 1.75.(stable,nightly)
14+
15+
### Run name server
16+
17+
Run the following command to start the name server
18+
19+
```shell
20+
cargo run --bin namesrv
21+
```
22+
923
## Modules
1024

1125
The existing RocketMQ has the following functional modules:

0 commit comments

Comments
 (0)