1
1
mirror of https://github.com/bumi/lntip synced 2025-07-07 09:25:51 +00:00

Update README.md

This commit is contained in:
bumi 2021-08-27 10:17:30 +02:00 committed by GitHub
parent 3c97f31e03
commit b58897dfe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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