diff --git a/README.md b/README.md index b1f0a72..6876525 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # LND whitelist -An RPC daemon for LND that listens in the background and allows incoming channels from nodes on a whitelist. +A RPC daemon for LND that listens in the background and allows (whitelist) or denies (blacklist) incoming channels from a list of node public keys. ## Install @@ -7,8 +7,13 @@ An RPC daemon for LND that listens in the background and allows incoming channel git clone https://github.com/callebtc/electronwall.git cd electronwall go build . -./electronwall ``` ## Config Edit `config.yaml.example` and rename to `config.yaml`. + +## Run + +```bash +./electronwall +``` \ No newline at end of file