Update installation.md

This commit is contained in:
Arc 2022-12-07 10:39:59 +00:00 committed by GitHub
parent 738f89f9e4
commit 5ac3a861ef
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/
# Stop LNbits with `ctrl + x`
git pull
poetry install - - only main
poetry install --only main
# Start LNbits with `poetry run lnbits`
```