Update README.md

This commit is contained in:
bumi 2020-10-24 15:33:58 +02:00 committed by GitHub
parent cc73ef7a9f
commit d185001b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -116,6 +116,12 @@ Use `go run` to ron the service locally:
$ go run lnme.go --address=127.0.0.1:10009 --cert=/home/bitcoin/lightning/tls.cert --macaroon=/home/bitcoin/lightning/invoice.macaroon
## Build
LnMe uses [go.rice](https://github.com/GeertJohan/go.rice) to embed assets (HTML, JS, and CSS files). run `rice embed-go`
$ rice embed-go
$ go build
## Contributing