Merge pull request #1176 from lnbits/arcbtc-patch-7

Update installation.md
This commit is contained in:
Arc 2022-12-07 10:40:08 +00:00 committed by GitHub
commit 166ef02876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ poetry run lnbits
cd lnbits-legend/ cd lnbits-legend/
# Stop LNbits with `ctrl + x` # Stop LNbits with `ctrl + x`
git pull git pull
poetry install - - only main poetry install --only main
# Start LNbits with `poetry run lnbits` # Start LNbits with `poetry run lnbits`
``` ```