From a411de1d11013f04465844488fcb719a7698b805 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:46:27 +0100 Subject: [PATCH] Update installation.md (#1997) --- docs/guide/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 0f9556408..9a1aa84cd 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -16,6 +16,7 @@ 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 # for making sure python 3.9 is installed, skip if installed. To check your installed version: python3 --version