You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/07/30 09:38:52 UTC

[rocketmq-ons-cpp] 25/35: Update Read me file

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

commit df784aa30ea27845af67e628ea2eeec3199f5bd4
Author: ShannonDing <li...@163.com>
AuthorDate: Wed Jul 24 22:01:32 2019 +0800

    Update Read me file
---
 README.md           | 29 ++++++++++++++++++++++++++++-
 doc/Introduction.md |  1 +
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3126b36..bc05b41 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,32 @@
 # rocketmq-ons-cpp
 [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
-[![TravisCI](https://travis-ci.org/apache/rocketmq-ons-cpp.svg)](https://travis-ci.org/apache/rocketmq-ons-cpp)
+[![TravisCI](https://travis-ci.org/ShannonDing/rocketmq-ons-cpp.svg)](https://travis-ci.org/apache/rocketmq-ons-cpp)
 
 A full-fledged ONS C/C++ SDK out of its Java Counterpart taking advantage of GraalVM technology.
+
+----------
+## Quick Start
+* Step-by-step instruction are provided in [RocketMQ ONS CPP Introduction](https://github.com/ShannonDing/rocketmq-ons-cpp/blob/master/doc/Introduction.md).
+* Consult [RocketMQ Quick Start](https://rocketmq.apache.org/docs/quick-start/) to setup rocketmq broker and nameserver.
+
+----------
+## Apache RocketMQ Community
+* [RocketMQ Community Projects](https://github.com/apache/rocketmq-externals)
+
+----------
+## Contact us
+* Mailing Lists: <https://rocketmq.apache.org/about/contact/>
+* Home: <https://rocketmq.apache.org>
+* Docs: <https://rocketmq.apache.org/docs/quick-start/>
+* Issues: <https://github.com/apache/rocketmq-client-python/issues>
+* Ask: <https://stackoverflow.com/questions/tagged/rocketmq>
+* Slack: <https://rocketmq-community.slack.com/>
+ 
+---------- 
+## How to Contribute
+  Contributions are warmly welcome! Be it trivial cleanup, major new feature or other suggestion. Read this [how to contribute](http://rocketmq.apache.org/docs/how-to-contribute/) guide for more details. 
+   
+   
+----------
+## License
+  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) Copyright (C) Apache Software Foundation
diff --git a/doc/Introduction.md b/doc/Introduction.md
new file mode 100644
index 0000000..c3c92d9
--- /dev/null
+++ b/doc/Introduction.md
@@ -0,0 +1 @@
+Hello RocketMQ
\ No newline at end of file