From c069fcf4cf2310d20b8e3ab9c329b2fc8a672567 Mon Sep 17 00:00:00 2001 From: 1Computer1 Date: Wed, 4 Sep 2019 23:56:37 -0400 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2307bd1..7a0c811 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Arbitrary code execution server using Docker. ## Install -- Install [Stack 2+](https://docs.haskellstack.org/en/stable/README/) -- Run `stack install`, a `myriad` executable will be installed +- Install GHC and Cabal, see [the Haskell website](https://www.haskell.org/) +- Run `cabal new-install`, a `myriad` executable will be installed ## Running