From 265d0cbdad3f071a99eb595d505c1c387be7a231 Mon Sep 17 00:00:00 2001 From: Brian McKeon Date: Wed, 6 Mar 2024 11:25:01 -0500 Subject: [PATCH] Updated readme. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c185a5..a45443b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -To run doctests, first make sure `doctest` is on the `PATH` (i.e. `cabal install doctest`), then run the following commands: +To run doctests: + +First make sure `doctest` is on the `PATH` (i.e. `cabal install doctest`). + +Then run: ``` cabal repl --build-depends=QuickCheck,profunctors --with-ghc=doctest --repl-options="-fno-warn-orphans -Wno-x-partial" blaze-colonnade