From 9756507514b94726c2dabf1068e8d41a4511e49d Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Mon, 30 Aug 2021 10:04:59 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 527ee16..e25136e 100644 --- a/README.md +++ b/README.md @@ -101,11 +101,11 @@ Use the LND [macaroon bakery](http://macaroon-bakery.freedomnode.com/) to create To get the HEX versions of the files use `xxd -plain` e.g. `xxd -plain invoice.macaroon | tr -d '\n'` -### Deployment +## Deployment -It is the easiest to run LnMe on the same node as LND. But you can run it anywhere as long as your LND node is accessible. +It is the easiest to run LnMe on the same node as LND. But you can run it anywhere as long as your LND node is accessible. Simply run the binary and make sure the PORT is accessible. -#### Heroku +### Heroku One click deployment with Heroku: You will need your LND address, the LND tls certificate (HEX) and the macaroon (HEX). @@ -114,7 +114,7 @@ You will need your LND address, the LND tls certificate (HEX) and the macaroon ( Here is a [Video Demo of the Heroku deployment](https://www.youtube.com/watch?v=hSFXhnLp_Rc) -#### Deployment Notes +### Deployment Notes To run LnMe as systemd service have a look at the [systemd service example config](https://github.com/bumi/lnme/blob/master/examples/lnme.service) @@ -129,6 +129,8 @@ lnme.michaelbumann.com { `$ caddy --config /etc/caddy/Caddyfile` +## Feature Usage + ### Lightning Address The Lightning Address is an Internet Identifier that allows anyone to send you Bitcoin over the Lightning Network.