mirror of
https://github.com/lnbits/lnbits.git
synced 2025-05-13 05:00:01 +02:00
Update installation.md
This commit is contained in:
parent
1ff76defc3
commit
ae23567fbf
@ -47,6 +47,15 @@ poetry run lnbits
|
|||||||
# adding --debug in the start-up command above to help your troubleshooting and generate a more verbose output
|
# adding --debug in the start-up command above to help your troubleshooting and generate a more verbose output
|
||||||
# Note that you have to add the line DEBUG=true in your .env file, too.
|
# Note that you have to add the line DEBUG=true in your .env file, too.
|
||||||
```
|
```
|
||||||
|
#### Updating the server
|
||||||
|
|
||||||
|
```
|
||||||
|
# Stop LNbits with `ctrl + x`
|
||||||
|
cd lnbits-legend/
|
||||||
|
git pull
|
||||||
|
poetry install - - only main
|
||||||
|
# Start LNbits with `poetry run lnbits`
|
||||||
|
```
|
||||||
|
|
||||||
## Option 2: Nix
|
## Option 2: Nix
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user