aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-04-30 08:35:52 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-04-30 08:35:52 -0700
commit56a0d874c76fccfd1cbd1ede2c464446e889d302 (patch)
tree6bdf4745c542c621113d0aa480cb28f6669eabc8 /doc
parent6b16f3bb0d4c3a0ddc051ff9948c67d5cac72bcb (diff)
downloadpandoc-56a0d874c76fccfd1cbd1ede2c464446e889d302.tar.gz
Add instructions for installing pandoc-types before compiling filter.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.md b/doc/filters.md
index 46db09f78..004a83b7d 100644
--- a/doc/filters.md
+++ b/doc/filters.md
@@ -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: