Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/guides/install_clojure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down