Add extra files to cabal
[blog.git] / README.md
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..6d64aa6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+Try logging in with "luke" and "pass" as the password, and check out the `users` function for posting from multiple users.
+
+Markdown is supported inside posts and you can use
+
+```
+
+\`\`\`haskell
+foo :: Int -> Int
+foo ...
+\`\`\`
+```
+
+code blocks with sytnax highlighting for Haskell.