Skip to content

Commit e32a8ee

Browse files
Jhoyolachrisguida
authored andcommitted
Add file permission notes to readme
1 parent 2f06717 commit e32a8ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ lightningd --plugin=/path/to/plugin/directory/plugin_file_name.py
7070
Notes:
7171
- The `plugin_file_name.py` must have executable permissions:
7272
`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
7375
- A plugin can be written in any programming language, as it interacts with
7476
`lightningd` purely using stdin/stdout pipes.
7577

0 commit comments

Comments
 (0)