aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2026-06-06 12:17:21 -0400
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2026-06-06 12:17:21 -0400
commit4aec9800fca665713b0eba19f10af927b483332e (patch)
tree65d1b6cc83f34e9343c058e36bfe10474ff3d5ee /README.md
parenteabf1f6d74dac497ce31e3e2f441cfa25e9f74f2 (diff)
downloadbibutils-4aec9800fca665713b0eba19f10af927b483332e.tar.gz
Documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 53ccd48..11cda7f 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,9 @@ pass through untouched.
# Installation
make install # PREFIX=/usr/local by default
+Scripts go to $(PREFIX)/bin, the shared awk library to
+$(PREFIX)/share/bibutils, and man pages to $(PREFIX)/share/man/man1.
+
The scripts look for the shared awk library in $BIBUTILS_LIB, then in
lib/ next to the script, then in /usr/local/share/bibutils. If installing
with a non-default PREFIX, set BIBUTILS_LIB accordingly.