This commit is contained in:
callebtc
2022-05-29 14:16:52 +02:00
parent 81d567e404
commit 990852c222

View File

@@ -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`.