Skip to content

Commit 50411ec

Browse files
authored
Update README.md
1 parent 7362514 commit 50411ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,14 @@ contains `pspg` too:
3838

3939
Basic configuration is very simple - just set system environment variable `PSQL_PAGER`:
4040

41+
export PSQL_PAGER='pspg'
42+
43+
or with some common options (`-b` means blackwhite theme, `-X` preserve content after exit):
44+
4145
export PSQL_PAGER='pspg -X -b'
4246

47+
Attention: options used in command line has higher priority than options specified in configuration file (`~/.pspgconf`).
48+
4349
Native installation on MS Windows is not supported, but `pspg` works well inside `wsl2`.
4450
Inside wsl2 environment, the installation is same like on used Linux system.
4551

0 commit comments

Comments
 (0)