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

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`
```