update README and comments

This commit is contained in:
Jack Wines 2023-06-16 19:35:53 -07:00
parent bcf48bf622
commit c4c0bf48f1
2 changed files with 7 additions and 4 deletions

View file

@ -4,9 +4,9 @@ To run:
* install [Haskell](https://www.haskell.org/ghcup/)
``` sh
# assuming you manage ghc with ghcup
# if not, set ghc 9.4.5 by other means
ghcup install ghc 9.4.5
ghcup set ghc 9.4.5
# if not, set ghc 9.6.1 by other means
ghcup install ghc 9.6.1
ghcup set ghc 9.6.1
cabal run rcv-site
```