Skip to content

Commit d751301

Browse files
committed
Binary in repository; documentation updated
1 parent ee54c7b commit d751301

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

.gitattributes

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## * https://git-scm.com/docs/gitattributes
2-
## * https://softwareengineering.stackexchange.com/a/367655/381493
1+
# * https://git-scm.com/docs/gitattributes
2+
# * https://softwareengineering.stackexchange.com/a/367655/381493
33

4-
# exclude from the generated tarball
5-
docs export-ignore
6-
screenshots export-ignore
7-
README.adoc export-ignore
4+
# exclude from generated tarball
5+
docs export-ignore
6+
screenshots export-ignore
7+
.gitattributes export-ignore
8+
README.adoc export-ignore

README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ Modern SQL shells like `mssql-cli`, `mycli`, `SQLcl` and `pgcli` are very conven
1616
* legacy client support (`sqlcmd`, `mysql`, `SQLPlus`, `psql`, `sqlite3`)
1717

1818
== Requirements ==
19-
* Python modules `click`, `npyscreen`, `pycompat`, and `sshtunnel` (when using the source code files)
19+
* Linux only: Python modules `click`, `npyscreen`, `pycompat`, and `sshtunnel`
2020
* 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
23-
. download release (source code or Windows binary)
23+
. download release
2424
. optional: edit `sql shell.ini` and `tunnel.ini` to match your environment
25+
* run `sql shell.exe` (Windows) or `sql shell.py` (Linux)
2526

2627
== Usage
2728
[NOTE]

sql shell.exe

12.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)