Skip to content

Commit 002ea0d

Browse files
committed
readme polish
1 parent 052eef7 commit 002ea0d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ sqlit is for the developer who just wants to query their database with a user fr
100100

101101
## Installation
102102

103-
| Method | Command |
104-
| :----- | :------ |
105-
| pipx *(recommended)* | `pipx install sqlit-tui` |
106-
| uv | `uv tool install sqlit-tui` |
107-
| pip | `pip install sqlit-tui` |
103+
```text
104+
# pipx (recommended) pipx install sqlit-tui
105+
# uv uv tool install sqlit-tui
106+
# pip pip install sqlit-tui
107+
```
108108

109109
## Usage
110110

@@ -247,7 +247,7 @@ sqlit is built with [Textual](https://github.com/Textualize/textual) and inspire
247247

248248
## Contributing
249249

250-
See `CONTRIBUTING.md` for development setup, testing, CI, and CockroachDB quickstart steps.
250+
See `CONTRIBUTING.md` for development setup, testing, and CI steps.
251251

252252
### Driver Reference
253253

@@ -274,11 +274,11 @@ Most of the time you can just run `sqlit` and connect. If a Python driver is mis
274274

275275
SSH tunnel functionality requires additional dependencies. Install with the `ssh` extra:
276276

277-
| Method | Command |
278-
| :----- | :--------------------------------- |
279-
| pipx | `pipx install 'sqlit-tui[ssh]'` |
280-
| uv | `uv tool install 'sqlit-tui[ssh]'` |
281-
| pip | `pip install 'sqlit-tui[ssh]'` |
277+
```text
278+
# pipx pipx install 'sqlit-tui[ssh]'
279+
# uv uv tool install 'sqlit-tui[ssh]'
280+
# pip pip install 'sqlit-tui[ssh]'
281+
```
282282

283283
If you try to create an SSH connection without these dependencies, sqlit will detect this and show you the exact command to install them for your environment.
284284

0 commit comments

Comments
 (0)