diff --git a/README.md b/README.md index 62e6c95..c104ead 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ is done by the ``write-you-a-haskell.cabal`` and ``stack.yaml`` files. $ stack exec make ``` -To make the generate the pdf, the LaTeX packages must be installed on the +To generate the pdf, the LaTeX packages must be installed on the system. ```bash @@ -81,6 +81,13 @@ $ sudo tlmgr install zapfding $ stack exec make pdf ``` +Generation of the epub is also supported. + +```bash +$ stack exec make epub +``` + + **Cabal** ```bash