From: Christian Weiske Date: Fri, 14 Mar 2014 05:37:44 +0000 (+0100) Subject: update readme X-Git-Tag: v0.5.0~13 X-Git-Url: https://git.cweiske.de/bdrem.git/commitdiff_plain/62842c0ba16bb1dc67435dea7b4d75af7773eacb update readme --- diff --git a/README.rst b/README.rst index 8db33cd..2fcf4a2 100644 --- a/README.rst +++ b/README.rst @@ -12,9 +12,11 @@ Features Data sources ============ -- Any SQL database +- Any SQL database. + + - Multiple date fields per record supported. - An LDAP server -- Birthday reminder files (``.bdf``) +- `Birthday reminder ` files (``.bdf``) Output formats ============== @@ -29,6 +31,10 @@ Configuration Copy ``data/bdrem.config.php.dist`` to ``data/bdrem.config.php`` and adjust it to your liking. +When running the ``.phar``, extract the configuration file first:: + + $ php dist/bdrem-0.1.0.phar config > bdrem-0.1.0.phar.config.php + MS SQL server =============