From 98df5f7f13a20547825b99c47a18e2c29efc6d05 Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Wed, 6 Mar 2019 17:51:38 -0800 Subject: [PATCH] fix clone formatting clone code is missing the ending ` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 314e30f..c742a29 100644 --- a/README.md +++ b/README.md @@ -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 ./...`