1
0
Fork 0

Update config file location in README

This commit is contained in:
Ari Summer 2016-02-21 09:54:01 -08:00
parent d4de389374
commit 8134aee325
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ The `pgcli` is written using prompt_toolkit_.
- ``SELECT * FROM <tab>`` will only show table names.
- ``SELECT * FROM users WHERE <tab>`` will only show column names.
* Config file is automatically created at ``~/.pgclirc`` at first launch.
* Config file is automatically created at ``~/.config/pgcli/config`` at first launch.
* Primitive support for ``psql`` back-slash commands.
* Pretty prints tabular data.