This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 858595e84be4 fixed 21750 (#756)
858595e84be4 is described below
commit 858595e84be4e1060abd966578a40a5ba27324fd
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: