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