From 6b6d300058c4d2dac564c7ea9dd7d777eae322de Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Tue, 9 Nov 2021 22:44:11 +0000 Subject: [PATCH] Update installation.md --- docs/devs/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index 7d2e7da5b..eb55f1200 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -42,10 +42,11 @@ LNbits uses [Quart][quart] as an application server. Before running the server for the first time, make sure to create the data folder: mkdir data + To then run the server, use: - pipenv run python -m lnbits + pipenv run python -m uvicorn lnbits.__main__:app --reload **Note**: You'll need to use _https_ for some endpoints and/or extensions. You can use [ngrok](https://ngrok.com/) for that. Follow the installation instructions on the website and when it's all set you can run: