This is an automated email from the ASF dual-hosted git repository.
baodi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
The following commit(s) were added to refs/heads/master by this push:
new f98e153 [docs] Fix the build process on macOS (#364)
f98e153 is described below
commit f98e1538ce77b90bd661e243b16bc66c5ad4936c
Author: Yunze Xu <[email protected]>
AuthorDate: Mon Feb 5 08:41:59 2024 +0800
[docs] Fix the build process on macOS (#364)
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7917679..ac92e2d 100644
--- a/README.md
+++ b/README.md
@@ -122,8 +122,7 @@ pkg\windows\download-cpp-client.bat
- Install C++ client on macOS:
```shell
-pkg/mac/build-cpp-deps-lib.sh
-pkg/mac/build-cpp-lib.sh
+pkg/mac/download-cpp-client.sh
```
After the C++ client is installed, run the following command to build this C++
addon.