From 6718ed678d935de1bee9d08bf7b88ee729903616 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Fri, 14 Jan 2022 10:23:02 +0000 Subject: [PATCH] Update installation.md --- docs/devs/installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index 11f5704b4..7900b9f68 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -22,8 +22,7 @@ pipenv install --dev ``` ## Running the server -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: +Create the data folder and edit the .env file: mkdir data cp .env.example .env