Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 authored Jul 28, 2024
1 parent 74295fa commit 79c246f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

[![main on CLN v24.05](https://github.com/daywalker90/clnrest/actions/workflows/main_v24.05.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrest/actions/workflows/main_v24.05.yml) [![main on CLN v24.02.2](https://github.com/daywalker90/clnrest/actions/workflows/main_v24.02.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrest/actions/workflows/main_v24.02.yml) [![main on CLN v23.11.2](https://github.com/daywalker90/clnrest/actions/workflows/main_v23.11.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrest/actions/workflows/main_v23.11.yml)

# clnrest
# clnrest-rs
A rust rewrite of [clnrest](https://github.com/ElementsProject/lightning/tree/master/plugins/clnrest)

* [Installation](#installation)
* [Building](#building)
* [Thanks](#thanks)

# Installation
Replace `/usr/local/libexec/c-lightning/plugins/clnrest/clnrest` with the binary from this repo
Replace `/usr/local/libexec/c-lightning/plugins/clnrest/clnrest` on CLN 24.05+ or `clnrest.py` on CLN <24.05 with the binary from this repo.

Release binaries for
* x86_64-linux
Expand All @@ -26,7 +26,7 @@ You can build the plugin yourself instead of using the release binaries.
First clone the repo:

```
git clone https://github.com/daywalker90/clnrest.git
git clone https://github.com/daywalker90/clnrest-rs.git
```

Install a recent rust version ([rustup](https://rustup.rs/) is recommended) and in the ``clnrest`` folder run:
Expand Down

0 comments on commit 79c246f

Please sign in to comment.