Skip to content

Commit

Permalink
note the need for libuv.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Aug 28, 2022
1 parent 4728269 commit 532b341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This is an **early alpha** software that turns your CLN node into a [hosted chan

### Installation

Grab a binary from the [Releases page](https://github.com/fiatjaf/poncho/releases) (or compile it yourself with `sbt nativeLink`, requires [sbt](https://www.scala-sbt.org/download.html)), call `chmod +x` on it so it is executable, then put it inside your CLN plugin directory (`~/.lightning/plugins/`) -- or start `lightningd` with `--plugin <path-to-poncho>`. No further configuration is needed for a quick test.
Grab a binary from the [Releases page](https://github.com/fiatjaf/poncho/releases) (or compile it yourself with `sbt nativeLink` -- requires [sbt](https://www.scala-sbt.org/download.html)), call `chmod +x` on it so it is executable, then put it inside your CLN plugin directory (`~/.lightning/plugins/`) -- or start `lightningd` with `--plugin <path-to-poncho>`. No further configuration is needed for a quick test.

You must have `libsecp256k1` installed. It can probably be installed using your operating system default package manager.
You must have `libsecp256k1` and `libuv` installed. These can probably be installed using your operating system default package manager.

### Operation

Expand Down

0 comments on commit 532b341

Please sign in to comment.