You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by rg...@apache.org on 2021/08/24 18:31:43 UTC

[pulsar-client-node] branch gaoran/fix-windows-build-doc updated: fix doc

This is an automated email from the ASF dual-hosted git repository.

rgao pushed a commit to branch gaoran/fix-windows-build-doc
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git


The following commit(s) were added to refs/heads/gaoran/fix-windows-build-doc by this push:
     new 8220674  fix doc
8220674 is described below

commit 8220674989401ac9a7ae5f56e030e731c8e8d0ba
Author: gaoran10 <ga...@126.com>
AuthorDate: Wed Aug 25 02:31:32 2021 +0800

    fix doc
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 896fb97..8608661 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ You need to clone the Pulsar repo and build the Pulsar c++ client in windows, re
 
 After building pulsar-client-cpp, you could open windows cmd tool, and using the pulsar-client-cpp path to set the variable `PULSAR_CPP_DIR`.
 
-Set the variable `PULSAR_CPP_DIR`, for example.
+Open windows cmd tool and set the variable `PULSAR_CPP_DIR`, for example.
 ```shell
 set PULSAR_CPP_DIR=C:\pulsar\pulsar-client-cpp
 ```
@@ -83,6 +83,8 @@ $ cd pulsar-client-node
 $ npm install
 ```
 
+> (Notice: If you build pulsar-client-node in windows,you need to set the variable `PULSAR_CPP_DIR` first, and run the command `npm install` in cmd tool)
+
 ### Rebuild Pulsar client library:
 
 ```shell