mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-25 02:44:26 +01:00
Wrap installation command to multiple lines
Make it more readable.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user