diff options
author | Joris | 2016-04-04 22:52:28 +0200 |
---|---|---|
committer | Joris | 2016-04-04 22:53:50 +0200 |
commit | 72b6e8e0911a7066d030a5377d7fba2d8eed8418 (patch) | |
tree | 4ad4d6d8a5e7bf1e94575b7fd8217498d8b0ce3b | |
parent | d8eedc3e2639f0f50f0554f89dc121da4941d4d1 (diff) |
Update README
-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 ------------------------- |