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 11:41:05 UTC

[rocketmq-ons-cpp] branch master updated: Fix yje sequence error in Introduction

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 75ac054  Fix yje sequence error in Introduction
75ac054 is described below

commit 75ac054980826d0c8fb06a5656af94f5f35de5a3
Author: ShannonDing <li...@163.com>
AuthorDate: Tue Jul 30 19:40:49 2019 +0800

    Fix yje sequence error in Introduction
---
 doc/Introduction.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/Introduction.md b/doc/Introduction.md
index b5b7416..66f64f9 100644
--- a/doc/Introduction.md
+++ b/doc/Introduction.md
@@ -73,15 +73,15 @@ 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
+1. Download source file
     ```bash
     git clone --recursive git@github.com:apache/rocketmq-ons-cpp.git
     ```
-1. Build the cpp core by ***mvn install*** command
+2. Build the cpp core by ***mvn install*** command
     ```bash
     mvn install
     ```
-2. After finished, you can find the core libary in the build folder and the Head file in the graalvm_artifacts folder.
+3. After finished, you can find the core libary in the build folder and the Head file in the graalvm_artifacts folder.
     ```bash
     root@974285cc0d03:~/OpenSource/rocketmq-ons-cpp/build# ll librocketmq_client_core.so
     -rwxr-xr-x  1 root root 30198632 Jul 19 07:43 librocketmq_client_core.so*
@@ -95,7 +95,7 @@ Take `/root/tools` as the install path, you can install the build tools by below
     -rw-r--r--  1 root root 1278 Jul 19 07:43 rocketmq-ons-cpp-full.h
     -rw-r--r--  1 root root 1526 Jul 19 07:43 rocketmq-ons-cpp-full_dynamic.h
     ```
-3. Build ONS library
+4. Build ONS library
     ```bash
     mkdir dist & cd dist
     cmake ../