From fc021b3736d6bd2088421ec2c898c06a400ab08e Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Fri, 14 Jan 2022 10:23:22 +0000 Subject: [PATCH] Update installation.md --- docs/devs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index 7900b9f68..4f9091c93 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -28,7 +28,7 @@ Create the data folder and edit the .env file: cp .env.example .env sudo nano .env -To then run the server for development purposes (include hot-reload), use: +To then run the server for development purposes (includes hot-reload), use: pipenv run python -m uvicorn lnbits.__main__:app --reload