diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |