Update docs/guide/installation.md (#2059)

This commit is contained in:
Pavol Rusnak 2023-10-25 08:28:42 +02:00 committed by GitHub
parent 6b52c42b2b
commit 3a134672e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ Mininum poetry version has is ^1.2, but it is recommended to use latest poetry.
```sh
git clone https://github.com/lnbits/lnbits.git
git checkout main
cd lnbits
git checkout main
# for making sure python 3.9 is installed, skip if installed. To check your installed version: python3 --version
sudo apt update