From 532b341e901ac266068ea7366262047c5fcc7893 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sun, 28 Aug 2022 20:37:19 -0300 Subject: [PATCH] note the need for libuv. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a9853b..c6c5788 100644 --- a/README.md +++ b/README.md @@ -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 `. 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 `. 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