From 2c161a079de9e44ed1b97bf12ef56e240a273cd0 Mon Sep 17 00:00:00 2001
From: Arc <33088785+arcbtc@users.noreply.github.com>
Date: Fri, 18 Feb 2022 17:16:03 +0000
Subject: [PATCH] Update installation.md
---
docs/devs/installation.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/devs/installation.md b/docs/devs/installation.md
index c8efb1c6f..632c34f2f 100644
--- a/docs/devs/installation.md
+++ b/docs/devs/installation.md
@@ -41,4 +41,6 @@ E.g. when you want to use LND you have to `pipenv run pip install lndgrpc` and `
Take a look at [Polar][polar] for an excellent way of spinning up a Lightning Network dev environment.
-**Note**: We reccomend using Caddy for a reverse-proxy, if you want to serve your install through a domain, alternatively you can use [ngrok](https://ngrok.com/).
+**Notes**:
+We reccomend using Caddy for a reverse-proxy, if you want to serve your install through a domain, alternatively you can use [ngrok](https://ngrok.com/).
+Screen works well if you want LNbits to continue running when you close your terminal session.