From 990852c222d3c5f52184bd5fb87cff12a25d42e8 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 29 May 2022 14:16:52 +0200 Subject: [PATCH] readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 200540e..854b317 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ A RPC daemon for LND that listens in the background and allows (whitelist) or de ## Install -Build from source (you may need to install go for this). +### From source +Build from source (you may need to install go for this): ```bash git clone https://github.com/callebtc/electronwall.git @@ -11,7 +12,9 @@ cd electronwall go build . ``` -Or [download](https://github.com/callebtc/electronwall/releases) a binary. +### Binaries + +You can download a binary for your system [here](https://github.com/callebtc/electronwall/releases). ## Config Edit `config.yaml.example` and rename to `config.yaml`.