From 61938282588f05e3c97d51c46790c89acf2aed67 Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Sat, 18 May 2024 20:56:37 +0000 Subject: [PATCH] install instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d147468..90ddafb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # mud +## install + +Install the Haskell build tool `stack` and ensure `~/.local/bin` is in your `$PATH` + +``` +curl -sSL https://get.haskellstack.org/ | sh +``` Run the demo: ```sh