Search code examples
rubyshellhomebrewmanpage

Moving man pages with ruby and homebrew


To my understanding there is prefix.install 'name' and bin.install that install a file at the location of /usr/local/Cellar/ and the other the bin.

However I want to move a manual page of my script to /usr/local/share/man/man1, how would i go about that?


Solution

  • After trial and error man[number].install 'name.[number]' installs the file at its appropiate location