This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch release-3.2.0 in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 8ea9af5c7845fca4384c0dd31b024bf6a9080b50 Author: Umut Bilal Okur <[email protected]> AuthorDate: Wed Jan 24 19:54:20 2024 +0300 fixed 21750 (#756) --- contribute/setup-building.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contribute/setup-building.md b/contribute/setup-building.md index 09cef7953a36..fd3d7718176f 100644 --- a/contribute/setup-building.md +++ b/contribute/setup-building.md @@ -18,6 +18,13 @@ On Windows, replace `./mvnw` with `mvnw.cmd` in the commands below. ::: +:::note + +Pulsar does not support running server on Windows yet, you have to use Docker to run Pulsar. +Please consider checking [Run Pulsar In Docker](https://pulsar.apache.org/docs/3.1.x/getting-started-docker/) + +::: + ## Clone Clone the source code to your development machine:
