diff options
Diffstat (limited to 'doc')
| -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: | 
