Update readme

This commit is contained in:
1Computer1 2019-09-04 23:56:37 -04:00
parent 4776a89f9a
commit c069fcf4cf

View file

@ -4,8 +4,8 @@ Arbitrary code execution server using Docker.
## Install ## Install
- Install [Stack 2+](https://docs.haskellstack.org/en/stable/README/) - Install GHC and Cabal, see [the Haskell website](https://www.haskell.org/)
- Run `stack install`, a `myriad` executable will be installed - Run `cabal new-install`, a `myriad` executable will be installed
## Running ## Running