Update README.md
This commit is contained in:
parent
16fbd23db5
commit
6f6be55bb1
|
|
@ -12,13 +12,17 @@ This plugin supports RabbitMQ `3.6.x` and later releases starting with `3.6.1` (
|
||||||
|
|
||||||
## Installation
|
## 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
|
## Usage
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue