mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-28 11:24:21 +01:00
Mistaken default directory in plugin docs
directory .lightningd -> .lightning
This commit is contained in:
committed by
Rusty Russell
parent
475e4c9bd9
commit
1e9ecc55e7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user