diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-04-30 08:35:52 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-04-30 08:35:52 -0700 |
commit | 56a0d874c76fccfd1cbd1ede2c464446e889d302 (patch) | |
tree | 6bdf4745c542c621113d0aa480cb28f6669eabc8 | |
parent | 6b16f3bb0d4c3a0ddc051ff9948c67d5cac72bcb (diff) | |
download | pandoc-56a0d874c76fccfd1cbd1ede2c464446e889d302.tar.gz |
Add instructions for installing pandoc-types before compiling filter.
-rw-r--r-- | doc/filters.md | 2 |
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: |