From d185001b2217b0f4d99490949f507f152f72bb76 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sat, 24 Oct 2020 15:33:58 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a82c8cd..2972129 100644 --- a/README.md +++ b/README.md @@ -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