Wrap installation command to multiple lines

Make it more readable.
This commit is contained in:
Pekka Enberg
2024-07-17 17:01:55 +03:00
parent eee140939a
commit 5d94dc2b63

View File

@@ -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: