Skip to content

Instantly share code, notes, and snippets.

@t17a
Last active December 15, 2015 14:29
Show Gist options
  • Save t17a/5275211 to your computer and use it in GitHub Desktop.
Save t17a/5275211 to your computer and use it in GitHub Desktop.
Make and link Homebrew man page
sudo gem install ronn
rbenv rehash
cd /usr/local/homebrew/Library/Contributions/cmd
HOMEBREW_REPOSITORY=/usr/local/homebrew HOMEBREW_PREFIX=/usr/local ./brew-man
cd /usr/local/homebrew/share/man/man1/
ls
ln -s brew.1 /usr/local/share/man/man1/
man brew
# Reference.
# Homebrew Manpage | Henry's Webspace
# http://imwh.net/?q=node/1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment