Merge pull request #1175 from lnbits/arcbtc-patch-6
Update installation.md
This commit is contained in:
commit
738f89f9e4
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
```
|
||||||
|
cd lnbits-legend/
|
||||||
|
# Stop LNbits with `ctrl + x`
|
||||||
|
git pull
|
||||||
|
poetry install - - only main
|
||||||
|
# Start LNbits with `poetry run lnbits`
|
||||||
|
```
|
||||||
|
|
||||||
## Option 2: Nix
|
## Option 2: Nix
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue