diff --git a/README.md b/README.md index ea8a040..6af9c46 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Installation ### Manual Run `./scripts/build.sh`, then copy `fzf-vjour` to your preferred location, e.g., `~/.local/bin`, and make it executable. +The man pages can be installed by copying `./man/fzf-vjour.1.gz` to `~/.local/share/man/man1` and `./man/fzf-vjour.7.gz` to `~/.local/share/man/man7`, and by re-indexing the database using `mandb`. ### Requirements This is a POSIX script with inline `awk` elements. diff --git a/man/fzf-vjour.1.gz b/man/fzf-vjour.1.gz new file mode 100644 index 0000000..332c292 Binary files /dev/null and b/man/fzf-vjour.1.gz differ diff --git a/man/fzf-vjour.7.gz b/man/fzf-vjour.7.gz new file mode 100644 index 0000000..cee81f4 Binary files /dev/null and b/man/fzf-vjour.7.gz differ