Last active
December 15, 2015 14:29
-
-
Save t17a/5275211 to your computer and use it in GitHub Desktop.
Make and link Homebrew man page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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