From b58897dfe597c552435b9526cae769aa11fd20e9 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Fri, 27 Aug 2021 10:17:30 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96cded1..fdc2b91 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ LnMe can easily run next to LND on the same system. 3. `$ rice embed-go && go build` 4. `$ ./lnme` +Note: You must have [go.rice installed](https://github.com/GeertJohan/go.rice#installation) + ### Configuration #### LND configuration @@ -174,7 +176,7 @@ Use `go run` to ron the service locally: ## Build -LnMe uses [go.rice](https://github.com/GeertJohan/go.rice) to embed assets (HTML, JS, and CSS files). run `rice embed-go` +LnMe uses [go.rice](https://github.com/GeertJohan/go.rice) to embed assets (HTML, JS, and CSS files). run `rice embed-go` (needs to be [installed](https://github.com/GeertJohan/go.rice#installation)) $ rice embed-go $ go build