From 5ac3a861ef63303c6022cb139b4e912f2b9867ce Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 7 Dec 2022 10:39:59 +0000 Subject: [PATCH] Update installation.md --- docs/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 48bf0f1f5..9f8b26da0 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` ```