This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-ons-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new 4d8959b Update Introduction
4d8959b is described below
commit 4d8959bf3c4b44c769c451001cdead3bfb42f8cb
Author: ShannonDing <[email protected]>
AuthorDate: Tue Jul 30 19:36:55 2019 +0800
Update Introduction
---
doc/Introduction.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/Introduction.md b/doc/Introduction.md
index 89c1346..b5b7416 100644
--- a/doc/Introduction.md
+++ b/doc/Introduction.md
@@ -73,6 +73,10 @@ Take `/root/tools` as the install path, you can install the
build tools by below
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
```
## Build
+0. Download source file
+ ```bash
+ git clone --recursive [email protected]:apache/rocketmq-ons-cpp.git
+ ```
1. Build the cpp core by ***mvn install*** command
```bash
mvn install