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

wrong Instruction in readme #80

Closed urza closed 2 months ago

urza commented 2 months ago

This instruction in readme: coffee --network <your network> add remote folgore-git https://github.com/coffee-tools/folgore.git

should be coffee --network <your network> remote add folgore-git https://github.com/coffee-tools/folgore.git

(swap remote and add)

raehat commented 2 months ago

@urza I spent quite some time figuring out why add remote isn't working, thanks for this!

vincenzopalazzo commented 2 months ago

Thanks! for the catch,

Some of @tareknaser or @Harshit933 want to take this issue over?