Mistaken default directory in plugin docs

directory .lightningd -> .lightning
This commit is contained in:
AutonomousOrganization 2022-05-29 15:30:13 -07:00 committed by Rusty Russell
parent 475e4c9bd9
commit 1e9ecc55e7

View file

@ -29,7 +29,7 @@ register one or more plugins that should be started. In case you wish
to start several plugins you have to use the `--plugin=` argument
once for each plugin (or `--plugin-dir` or place them in the default
plugin dirs, usually `/usr/local/libexec/c-lightning/plugins` and
`~/.lightningd/plugins`). An example call might look like:
`~/.lightning/plugins`). An example call might look like:
```
lightningd --plugin=/path/to/plugin1 --plugin=path/to/plugin2