mirror of
https://github.com/jimeh/docker-znc.git
synced 2026-02-19 09:56:43 +00:00
Update readme about external modules
This commit is contained in:
12
README.md
12
README.md
@@ -34,6 +34,18 @@ your new cloned user is set to be an admin user. Once you login with your new
|
||||
user go ahead and delete the default admin user.
|
||||
|
||||
|
||||
## External Modules
|
||||
|
||||
If you need to use external modules, simply place the original `*.cpp` source
|
||||
files for the modules in your `{DATADIR}/modules` directory. The startup
|
||||
script will automatically build all .cpp files in that directory with
|
||||
`znc-buildmod` every time you start the container.
|
||||
|
||||
This ensures that you can easily add new external modules to your znc
|
||||
configuration without having to worry about building them. And it only slows
|
||||
down ZNC's startup with a few seconds.
|
||||
|
||||
|
||||
## Building It Yourself
|
||||
|
||||
1. Install Docker (http://docker.io/).
|
||||
|
||||
Reference in New Issue
Block a user