From 5d94dc2b6382c9f2d6a1a8ac1bd6e9428256fcda Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 17 Jul 2024 17:01:55 +0300 Subject: [PATCH] Wrap installation command to multiple lines Make it more readable. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22cd571dc..5b0dbfb78 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Installing: ``` -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penberg/limbo/releases/latest/download/limbo-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf \ + https://github.com/penberg/limbo/releases/latest/download/limbo-installer.sh | sh ``` Limbo is currently read-only. You can either use the `sqlite3` program to create a database: