aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2015-10-09 23:10:23 +0200
committerJoris2015-10-09 23:10:23 +0200
commit1ab8ca19cdf45a0e364a253b16ee3989a52c3051 (patch)
treee8f571438e73e5e7cbac091c21a03a51f40c9f34 /README.md
parent6cfff0cc8dea84e2a304d350118112ff5113adec (diff)
downloadevents-1ab8ca19cdf45a0e364a253b16ee3989a52c3051.tar.gz
events-1ab8ca19cdf45a0e364a253b16ee3989a52c3051.tar.bz2
events-1ab8ca19cdf45a0e364a253b16ee3989a52c3051.zip
Fix readme extension
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fd0d2d0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+Birthday
+========
+
+Send an email to notify if there is a birthday today. Birthdates are parsed
+from a csv file:
+
+```
+23/10/1982 , Dupont Jean
+30/01/1955 , Doe Anne
+…
+```
+
+The usage is as follow:
+
+```
+cabal sandbox init
+cabal instal --only-dependencies
+cabal build
+./dist/build/birthday/birthday
+```