diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 48bf0f1f..9f8b26da 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -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` ```