Update installation.md

This commit is contained in:
Arc 2022-01-14 10:23:02 +00:00 committed by GitHub
parent ab62014bf0
commit 6718ed678d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,8 +22,7 @@ pipenv install --dev
``` ```
## Running the server ## Running the server
LNbits uses [FastAPI][fastapi] as an application server. Create the data folder and edit the .env file:
Before running the server for the first time, make sure to create the data folder and edit the .env file:
mkdir data mkdir data
cp .env.example .env cp .env.example .env