Merge pull request #1357 from lnbits/addpoetryupdatetodocs

update poetry
This commit is contained in:
calle 2023-01-12 12:08:30 +01:00 committed by GitHub
commit d96aabc14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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