Update installation.md

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

View File

@ -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