From 854687c64a00ab358dc1893de85d781b728d5e33 Mon Sep 17 00:00:00 2001 From: perro Date: Thu, 9 Mar 2023 13:52:03 -0800 Subject: [PATCH] README changes --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b218928..63d6d14 100644 --- a/README.md +++ b/README.md @@ -12,19 +12,19 @@ literature"][1]. ## Install -Just download this repo: - - git clone https://git.cuates.net/perro/literate-pandoc.git +1. Go to [Releases]. +2. Download `literate.min.lua` +3. Done! ## Usage -With Pandoc installed and this repo downloaded, do: +With `literate.min.lua` downloaded and Pandoc installed, do: - pandoc --lua-filter PATH/TO/literate-pandoc/src/literate.lua -t FORMAT DOC + pandoc --lua-filter PATH/TO/literate.min.lua -t FORMAT DOC For example, if `DOC` is `source.md` and the output `FORMAT` is HTML, do: - pandoc --lua-filter PATH/TO/literate-pandoc/src/literate.lua -t html source.md + pandoc --lua-filter PATH/TO/literate.min.lua -t html source.md ## Manual @@ -66,6 +66,7 @@ Happy hacking :) [literate]: https://en.wikipedia.org/wiki/Literate_programming [natural]: https://en.wikipedia.org/wiki/Natural-language_programming [1]: https://web.archive.org/web/20170605163729/http://www.desy.de/user/projects/LitProg/Philosophy.html + [Releases]: https://git.cuates.net/perro/literate-pandoc/releases [here]: https://git.cuates.net/perro/literate-pandoc/src/branch/no-masters/man/README.md [Fennel]: https://fennel-lang.org [Lisp]: https://en.wikipedia.org/wiki/Lisp_(programming_language)