add grep HOWTO to README.md

This commit is contained in:
Michael Hoennig 2024-11-21 13:03:30 +01:00
parent defaa8665c
commit 31d5786c0a

View File

@ -599,6 +599,12 @@ This should be extracted to services.
## How To ...
Besides the following *How Tos* you can also find several *How Tos* in the source code:
```sh
grep -r HOWTO src
```
### How to Configure .pgpass for the Default PostgreSQL Database?
To access the default database schema as used during development, add this line to your `.pgpass` file in your users home directory: