From ca4df159e1be95c3f439b59a53c5d07b84a2cb5e Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 12 Jan 2023 11:07:19 +0000 Subject: [PATCH] update poetry --- docs/guide/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 2bbdfb11..1b2e07e9 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -53,6 +53,7 @@ poetry run lnbits cd lnbits-legend/ # Stop LNbits with `ctrl + x` git pull +# Keep your poetry install up to date, this can be done with `poetry self update` poetry install --only main # Start LNbits with `poetry run lnbits` ```