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