mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 20:09:18 +01:00
Mistaken default directory in plugin docs
directory .lightningd -> .lightning
This commit is contained in:
parent
475e4c9bd9
commit
1e9ecc55e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue