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:
Braden Wong
2025-08-11 00:25:30 -07:00
parent ec69f40675
commit 281eb0d451

View File

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