From 2f9751940e11fba63ce7cec770b22a7e1e19f313 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Tue, 9 Nov 2021 22:45:45 +0000 Subject: [PATCH] Update installation.md --- docs/devs/installation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index eb55f1200..21f1003d0 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -38,11 +38,12 @@ Take a look at [Polar][polar] for an excellent way of spinning up a Lightning Ne ## Running the server -LNbits uses [Quart][quart] as an application server. -Before running the server for the first time, make sure to create the data folder: +LNbits uses [FastAPI][fastapi] as an application server. +Before running the server for the first time, make sure to create the data folder and edit the .env file: mkdir data - + cp .env.example .env + sudo nano .env To then run the server, use: