From 6f6be55bb1d3b1f14540b8f6e0d730fd9918aa95 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Thu, 26 May 2016 16:58:34 +0300 Subject: [PATCH] Update README.md --- deps/rabbitmq_web_mqtt/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/deps/rabbitmq_web_mqtt/README.md b/deps/rabbitmq_web_mqtt/README.md index 1eaccbad43..06948eb254 100644 --- a/deps/rabbitmq_web_mqtt/README.md +++ b/deps/rabbitmq_web_mqtt/README.md @@ -12,13 +12,17 @@ This plugin supports RabbitMQ `3.6.x` and later releases starting with `3.6.1` ( ## Installation -Generic build instructions are at: +### Binary Builds - * http://www.rabbitmq.com/plugin-development.html +Binary build is available from the [RabbitMQ Community Plugins page](http://www.rabbitmq.com/community-plugins.html). -Instructions on how to install a plugin into RabbitMQ broker: +### From Source - * http://www.rabbitmq.com/plugins.html#installing-plugins + * [Generic plugin build instructions](http://www.rabbitmq.com/plugin-development.html) + * Instructions on [how to install a plugin into RabbitMQ broker](http://www.rabbitmq.com/plugins.html#installing-plugins) + +Note that release branches (`stable` vs. `master`) and target RabbitMQ version need to be taken into account +when building plugins from source. ## Usage