mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 20:44:23 +01:00
docs: improve README initialization section clarity
- Add explicit 'turso' command example in shell block - Separate shell command from interactive session output - Add context explaining what the command does - Improve copy-paste experience for new users - Follow standard CLI documentation patterns Fixes unclear initialization flow where users didn't know what command to run after installation.
This commit is contained in:
@@ -67,7 +67,13 @@ curl --proto '=https' --tlsv1.2 -LsSf \
|
||||
https://github.com/tursodatabase/turso/releases/latest/download/turso_cli-installer.sh | sh
|
||||
```
|
||||
|
||||
Then launch the shell to execute SQL statements:
|
||||
Then launch the interactive shell:
|
||||
|
||||
```shell
|
||||
$ turso
|
||||
```
|
||||
|
||||
This will start the Turso interactive shell where you can execute SQL statements:
|
||||
|
||||
```console
|
||||
Turso
|
||||
|
||||
Reference in New Issue
Block a user