diff options
Diffstat (limited to 'doc/plugins.md')
-rw-r--r-- | doc/plugins.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins.md b/doc/plugins.md index 9ff5a54..5b50454 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -6,9 +6,11 @@ need to restart the proxy. ## Installing plugins To install a plugin, clone the repository, cd into it and run: + ``` go build -buildmode=plugin ``` + A .so file will be created. Copy or move this file into the `plugins` directory. Restart the proxy to load the plugin. |