We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f06717 commit e32a8eeCopy full SHA for e32a8ee
README.md
@@ -70,6 +70,8 @@ lightningd --plugin=/path/to/plugin/directory/plugin_file_name.py
70
Notes:
71
- The `plugin_file_name.py` must have executable permissions:
72
`chmod a+x plugin_file_name.py`
73
+ - You must have git core.fileMode set to true to reflect the permissions in git
74
+ - On Windows you might need to do the _git add_ command in WSL to be able to change the permissions
75
- A plugin can be written in any programming language, as it interacts with
76
`lightningd` purely using stdin/stdout pipes.
77
0 commit comments