summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/readme.md b/readme.md
deleted file mode 100644
index b7b9c4e..0000000
--- a/readme.md
+++ /dev/null
@@ -1,8 +0,0 @@
-1. Have [stack](http://haskellstack.org/) installed
-2. Optional: have [nix](https://nixos.org/nix/) installed. If you *don't* use nix, delete line 3 of `main.hs`.
-3. Run `./main.hs` and the server will startup
-
-To bootstrap the db, do `curl -XPOST "localhost:3000/bootstrap"`. This takes
-like 3 seconds or so.
-
-See `test.http` for some other examples.