Update installation.md
This commit is contained in:
parent
d81559ba2e
commit
6b6d300058
1 changed files with 2 additions and 1 deletions
|
|
@ -43,9 +43,10 @@ Before running the server for the first time, make sure to create the data folde
|
||||||
|
|
||||||
mkdir data
|
mkdir data
|
||||||
|
|
||||||
|
|
||||||
To then run the server, use:
|
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:
|
**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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue