From 3ef3cf173d714a17e1ec3c8d763bd76b58edbd29 Mon Sep 17 00:00:00 2001 From: Brandon Shroyer Date: Tue, 5 Apr 2016 14:35:37 -0400 Subject: [PATCH] Add note about federation plugin to README --- deps/rabbitmq_cli/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/rabbitmq_cli/README.md b/deps/rabbitmq_cli/README.md index 14fd372472..39cf4db2f6 100644 --- a/deps/rabbitmq_cli/README.md +++ b/deps/rabbitmq_cli/README.md @@ -38,6 +38,7 @@ Assuming you have: * installed [Elixir](http://elixir-lang.org/install.html) * set up an active instance of RabbitMQ with NO users or vhosts beyond the defaults + * Are running the `rabbitmq-federation` plugin (for parameter management testing) you can simply run `mix test` within the project root directory.