File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,18 @@ So, give it a try with your workload and decide for yourself.
3636
3737## Installation
3838
39- ### Binary Builds
39+ ### Download a Binary Build
4040
41- Binary builds are available [ on GitHub] ( https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/releases ) .
41+ Binary builds are distributed [ via GitHub releases] ( https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/releases ) .
42+
43+ As with all 3rd party plugins, the ` .ez ` file must be placed into a [ node's plugins directory] ( https://rabbitmq.com/plugins.html#plugin-directories )
44+ and be readable by the effective user of the RabbitMQ process.
45+
46+ To find out what the plugins directory is, use ` rabbitmq-plugins directories `
47+
48+ ``` bash
49+ rabbitmq-plugins directories -s
50+ ```
4251
4352### Enabling the Plugin
4453
You can’t perform that action at this time.
0 commit comments