coffee-tools / folgore

Universal Bitcoin backend for core lightning with BIP 157 support full based on the btcli4j Kotlin plugin! Ah, yes it is written in Rust
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

docs: Correct plugin installation path in documentation #92

Closed raehat closed 1 month ago

raehat commented 1 month ago

The current documentation incorrectly instructs users to copy the folgore_plugin binary to /home/<user>/.lightning/plugin. The correct path should be /home/<user>/.lightning/plugins for the plugin to be recognized properly.

This commit updates the documentation to reflect the correct path. Fixes #91