docs(lib-extra/README): Add EMQX_EXTRA_PLUGINS

This commit is contained in:
Zaiming (Stone) Shi 2021-03-22 19:09:39 +01:00 committed by GitHub
parent 71559dd001
commit 8ecce74d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ e.g. For an Erlang plugin named `plugin_foo`:
## Build a release
```
$ export EMQX_EXTRA_PLUGINS=plugin_foo,plugin_bar
$ make
```