aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2016-04-04 22:52:28 +0200
committerJoris2016-04-04 22:53:50 +0200
commit72b6e8e0911a7066d030a5377d7fba2d8eed8418 (patch)
tree4ad4d6d8a5e7bf1e94575b7fd8217498d8b0ce3b
parentd8eedc3e2639f0f50f0554f89dc121da4941d4d1 (diff)
downloadevents-72b6e8e0911a7066d030a5377d7fba2d8eed8418.tar.gz
events-72b6e8e0911a7066d030a5377d7fba2d8eed8418.tar.bz2
events-72b6e8e0911a7066d030a5377d7fba2d8eed8418.zip
Update README
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index e196120..2fff0d4 100644
--- a/README.md
+++ b/README.md
@@ -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
-------------------------