We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ccbdb8 commit a7a7060Copy full SHA for a7a7060
README.md
@@ -6,3 +6,6 @@ bin\windows\zookeeper-server-start.bat config\zookeeper.properties
6
bin\windows\kafka-server-start.bat config\server.properties
7
8
For Windows, get RabbitMQ installed by following their instructions here: https://www.rabbitmq.com/download.html
9
+
10
+For Mac, you can get RabbitMQ up and running quickly with homebrew: brew install rabbitmq
11
+After the brew runs, you can fire up RabbitMQ on your Mac with the command: rabbitmq-server
0 commit comments