Slight build clarification

output of `go install` is extremely sparse, was accidentally trying `go install ./..` and it seemed perfectly happy aside from not outputting any artifacts in the expected place
pull/182/head
Gregory Sanders 4 years ago committed by GitHub
parent a90971a697
commit f883fc791d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -105,7 +105,7 @@ install the command line interface and swap client service.
```
git clone https://github.com/lightninglabs/loop.git
cd loop/cmd
go install ./...
go install ./... # Note this is a `...` wildcard
```
## Execute a Swap

Loading…
Cancel
Save