diff --git a/README.md b/README.md index 699ae82..9fcb37f 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Features * computing member balance * generating static web output for member pages in dokuwiki * exporting brmdoor cards lists +* synchronization of mailinglist subscriptions with member files Requirements ------------ @@ -59,6 +60,7 @@ Build requirements: * make (tested with GNU make) * Chicken eggs (chicken-install) * sqlite3 + * srfi-1 Runtime requirements: @@ -70,6 +72,10 @@ Runtime requirements: Building -------- +All the eggs used are installed in the source tree using: + + sh install-eggs.sh + Building static binary: make static