From 858595e84be4e1060abd966578a40a5ba27324fd Mon Sep 17 00:00:00 2001 From: Umut Bilal Okur <79909004+ubo-dev@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:54:20 +0300 Subject: [PATCH] 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: