diff --git a/content/guides/install_clojure.adoc b/content/guides/install_clojure.adoc index 31cc03a4..0f20e5e3 100644 --- a/content/guides/install_clojure.adoc +++ b/content/guides/install_clojure.adoc @@ -83,6 +83,8 @@ chmod +x posix-install.sh sudo ./posix-install.sh ---- +Man pages are installed to `$prefix/share/man` (by default `/usr/local/share/man`). On systems where this is not already in the man search path (such as OpenBSD), you may need to add it to your `MANPATH`. + To install to a custom location (like `/opt/infrastructure/clojure`), use the option `--prefix`: [source,shell]