diff options
-rw-r--r-- | README.md | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -14,7 +14,14 @@ Required dependencies Usage ----- -Create the events file: +``` +cabal2nix --shell . > shell.nix +nix-shell -I ~ --command 'cabal configure' +cabal run +``` + +Events +------ ``` [January] @@ -23,6 +30,7 @@ Create the events file: [May] +# Comment 08, 1980: Alexander Khan 16, 2003: Wedding @@ -36,13 +44,6 @@ Create the events file: 23, 1982: Katie Clarke ``` -Launch the following commands: - -``` -cabal2nix --shell . > shell.nix -nix-shell -I ~ --command 'cabal configure' -cabal run -``` Mail Notification example ------------------------- |