diff options
author | Ben Sima <ben@bsima.me> | 2018-02-23 15:46:48 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-02-23 15:46:48 -0800 |
commit | 965f84249fe1e9dc72f8b38c21ab6a4f3c08f494 (patch) | |
tree | 1c4026e62a1ba528257752315f25129cb971f8a1 /readme.md | |
parent | 60e62ee05f75d0b76a4d5668b3b21b9f33fd4cf9 (diff) |
Re-organize
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
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. |