From 5c21e7f9edefc1f378e902586c7e5edbef4508c5 Mon Sep 17 00:00:00 2001 From: JayDeLux Date: Mon, 17 Jun 2024 11:24:31 +0200 Subject: [PATCH] Update installation.md (#2549) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor rewording --------- Co-authored-by: dni ⚡ --- docs/guide/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 469165b93..cb1ee7d0c 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -6,9 +6,9 @@ nav_order: 2 # Basic installation -You can choose between four package managers, `poetry` and `nix` +The following sections explain how to install LNbits using varions package managers: `poetry`, `nix`, `Docker` and `Fly.io`. -By default, LNbits will use SQLite as its database. You can also use PostgreSQL which is recommended for applications with a high load (see guide below). +Note that by default LNbits uses SQLite as its database, which is simple and effective but you can configure it to use PostgreSQL instead which is also described in a section below. ## Option 1 (recommended): poetry