aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index c453726..a028ab9 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,15 @@ install` puts the binary in `$PREFIX/bin` (default `~/.local/bin`), the man
pages in `$PREFIX/share/man`, and the examples and `docs/sexp-primer.md` in
`$PREFIX/share/doc/krino`.
+A release tarball holds the built binary, the man pages, the examples and
+this README, but no Makefile and no source; install it by hand:
+
+```
+install -m 755 krino ~/.local/bin/
+install -m 644 krino.1 ~/.local/share/man/man1/
+install -m 644 krino.conf.5 ~/.local/share/man/man5/
+```
+
Some `(content ...)` tests need external extractors — `pdftotext` for PDF,
`antiword`/`catdoc` for legacy Word, `xls2csv`/`catppt` for legacy Excel and
PowerPoint. `make build` reports which of these are missing; install them