Skip to content

Commit 250247c

Browse files
Update README.md
1 parent df276c6 commit 250247c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)