Add instructions for installing pandoc-types before compiling filter.

This commit is contained in:
John MacFarlane 2021-04-30 08:35:52 -07:00
parent 6b16f3bb0d
commit 56a0d874c7

View file

@ -394,6 +394,8 @@ automatically assign it `Just` the target format or `Nothing`.
We compile our script:
# first, make sure pandoc-types is installed:
cabal install --lib pandoc-types --package-env .
ghc --make handleRuby
Then run it: