From 75783751570bc73bb5848b2874b40241211fe6f3 Mon Sep 17 00:00:00 2001 From: mseri Date: Tue, 19 Jan 2016 16:09:55 +0000 Subject: [PATCH] Fix typo and explicit epub support --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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