Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Impa10r authored Feb 15, 2025
1 parent c763ad3 commit 90ff3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This source code is free speech. The contributors do not solicit its use for any

## Install dependencies

PeerSwap requires Bitcoin Core installed and synced, Elements Core installed and synced, LND or Core Lightning installed.
PeerSwap requires Bitcoin Core, Elements Core, LND or Core Lightning installed and synced.

## Docker (LND only)

Expand Down Expand Up @@ -55,7 +55,7 @@ git clone https://github.com/Impa10r/peerswap-web && \
cd peerswap-web && \
make -j$(nproc) install-cln
```
PeerSwap Web UI is a now in your GOPATH (~/go/bin). To launch it as a CLN plugin, add ```plugin=/home/USER/go/bin/psweb``` to your ```~/.lightning/config``` file and restart ```lightningd``` (replace USER with your username).
PeerSwap Web UI is now in your GOPATH (~/go/bin). To launch it as a CLN plugin, add ```plugin=/home/USER/go/bin/psweb``` to your ```~/.lightning/config``` file and restart ```lightningd``` (replace USER with your username).

### LND Install:

Expand Down

0 comments on commit 90ff3b5

Please sign in to comment.