From ddd27fe42699e8888acfe38913435538cef8b049 Mon Sep 17 00:00:00 2001 From: MaxBipal <139519862+MaxBipal@users.noreply.github.com> Date: Fri, 20 Oct 2023 06:13:42 -0500 Subject: [PATCH 1/3] Update installation.md (#2052) fixed cli error --- docs/guide/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 9a1aa84cd..7e1cf00c8 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 +cd lnbits git checkout main cd lnbits From 6b52c42b2b04bc4053087cd5308b1bce14300793 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:39:07 +0200 Subject: [PATCH 2/3] Revert "Update installation.md (#2052)" (#2060) This reverts commit ddd27fe42699e8888acfe38913435538cef8b049. --- docs/guide/installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 7e1cf00c8..9a1aa84cd 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -16,7 +16,6 @@ Mininum poetry version has is ^1.2, but it is recommended to use latest poetry. ```sh git clone https://github.com/lnbits/lnbits.git -cd lnbits git checkout main cd lnbits From 3a134672e95b75b0e354e8109f0587029d12489b Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 25 Oct 2023 08:28:42 +0200 Subject: [PATCH 3/3] Update docs/guide/installation.md (#2059) --- 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 9a1aa84cd..0087b943a 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -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