From fce825ae4aabecd38bbbbbd9bba8c93a0c4a5002 Mon Sep 17 00:00:00 2001 From: Elliot Greenwood Date: Tue, 13 Oct 2020 00:03:27 +0100 Subject: [PATCH] Update ReadMe --- README.md | 12 +++++++++++- wumpus.cabal | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b142b1..1349ac4 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# fa-talk +# Hunt the Trevor Talk +Short presentation given at [FundApps](https://fundapps.co) about the Reader, Writer and State monads. + +## Prerequisites + - [Stack](https://docs.haskellstack.org/en/stable/README/) (`curl -sSL https://get.haskellstack.org/ | sh`) +## Play + - `stack run` + +# Attribution + - ./presentation/images/wumpus.png © [Discord](https://discord.com) + - ./presentation/images/hunted-wumpus.jpg © [Wizards of The Coast](https://gatherer.wizards.com/pages/Card/Details.aspx?multiverseid=129599) diff --git a/wumpus.cabal b/wumpus.cabal index a6c71dc..d37bd8e 100644 --- a/wumpus.cabal +++ b/wumpus.cabal @@ -2,7 +2,7 @@ name: wumpus version: 0.1.0.0 -- synopsis: -- description: -homepage: https://github.com/egnwd/fa-talk#readme +homepage: https://github.com/egnwd/wumpus#readme license: BSD3 license-file: LICENSE author: Elliot Greenwood