Update README.md

This commit is contained in:
Michael Klishin 2016-05-26 16:58:34 +03:00
parent 16fbd23db5
commit 6f6be55bb1
1 changed files with 8 additions and 4 deletions

View File

@ -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