Linking manuals from Homebrew
If you installed Homebrew with standard install directories, i.e. relatives to /usr/local
,
there are 2 commands to register the binaries and man files to be used:
/usr/bin/sudo -s
echo /usr/local/bin >/etc/paths.d/homebrew
echo /usr/local/share/man >/etc/manpaths.d/homebrew
exit
If you are using bash
or zsh
as your actual shell, you will have to enter one simple command to take into account these 2 environment modifications:
. /etc/profile
If you want to learn more how these 2 directories are used under MacOS X, read:
man path_helper