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/08/08 08:33:44 UTC

[rocketmq-client-python] branch master updated: fix command error

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-client-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b44975  fix command error
     new b04c64f  Merge pull request #41 from twz915/patch-1
0b44975 is described below

commit 0b44975e2b271436d420fa4ec74b4b53d7a28258
Author: WeizhongTu <tu...@163.com>
AuthorDate: Tue Jul 30 11:24:29 2019 +0800

    fix command error
    
    fix command error
---
 doc/Introduction.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/Introduction.md b/doc/Introduction.md
index ed35061..64863e9 100644
--- a/doc/Introduction.md
+++ b/doc/Introduction.md
@@ -45,7 +45,8 @@
        wget https://opensource-rocketmq-client.oss-cn-hangzhou.aliyuncs.com/cpp-client/linux/1.2.2/RHEL7.X/rocketmq-client-cpp.tar.gz
        tar -xzf rocketmq-client-cpp.tar.gz
        cd rocketmq-client-cpp
-       sudo cp librocketmq.so librocketmq.a /usr/local/lib/
+       sudo cp lib/librocketmq.so lib/librocketmq.a /usr/local/lib/
+       mkdir -p /usr/local/include/rocketmq
        sudo cp -r include/* /usr/local/include/rocketmq
        ```