From e2f8081bf8c003e33429289bea0a78fbaef839ac Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Mon, 2 Jan 2023 23:25:53 +0100 Subject: [PATCH] added install-instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 354eaeb..7f8e146 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,15 @@ Just type it in and get names by race that you can look out for: ![](img/translations.png) Schema seems to be: 2 random words of thief-race + 's' + + +## Installation + +Make sure you have [cabal](https://www.haskell.org/cabal/) installed properly +and up to date. + +```bash +$ cabal build #to build +$ cabal run #to run without putting it anywhere +$ cabal install #to put it into ~/.cabal/bin - make sure this in in your $PATH +```