Skip to content

Commit 3869a5a

Browse files
committed
README updated
1 parent d751301 commit 3869a5a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ Modern SQL shells like `mssql-cli`, `mycli`, `SQLcl` and `pgcli` are very conven
1313
* defaults for host name, port, and user to save you time
1414
* pre-defined connection strings for connection without typing
1515
* automatic tunneling if your database is behind a firewall or listening only on localhost interface
16-
* legacy client support (`sqlcmd`, `mysql`, `SQLPlus`, `psql`, `sqlite3`)
16+
* legacy client support
1717

1818
== Requirements ==
19+
* SQL shell clients (https://github.com/dbcli/mssql-cli[`mssql-cli`], https://www.mycli.net[`mycli`], https://www.oracle.com/database/technologies/appdev/sqlcl.html[`SQLcl`], https://www.pgcli.com[`pgcli`], https://litecli.com[`litecli`]) or legacy clients (`sqlcmd`, `mysql`, `SQLPlus`, `psql`, `sqlite3`)
1920
* Linux only: Python modules `click`, `npyscreen`, `pycompat`, and `sshtunnel`
20-
* SQL shell clients (https://github.com/dbcli/mssql-cli[`mssql-cli`], https://www.mycli.net[`mycli`], https://www.oracle.com/database/technologies/appdev/sqlcl.html[`SQLcl`], https://www.pgcli.com[`pgcli`], https://litecli.com[`litecli`])
2121

2222
== Installation
2323
. download release
24+
. verify requirements
2425
. optional: edit `sql shell.ini` and `tunnel.ini` to match your environment
25-
* run `sql shell.exe` (Windows) or `sql shell.py` (Linux)
26+
. run `sql shell.exe` (Windows) or `sql shell.py` (Linux)
2627

2728
== Usage
2829
[NOTE]

0 commit comments

Comments
 (0)