2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00

fix clone formatting

clone code is missing the ending `
This commit is contained in:
Alex Bosworth 2019-03-06 17:51:38 -08:00 committed by GitHub
parent e319528251
commit 98df5f7f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ In order to execute a swap, LND needs to be rebuilt with sub servers enabled.
- Start lnd
### Loopd
- `git clone https://github.com/lightninglabs/loop.git
- `git clone https://github.com/lightninglabs/loop.git`
- `cd loopd/cmd`
- `go install ./...`