sinclairtarget / um

Create and maintain your own man pages so you can remember how to do stuff
MIT License
1.8k stars 42 forks source link

Fix 'require' error #27

Closed meygerjos closed 4 years ago

meygerjos commented 5 years ago

Fixes #26 (for me at least, I don't know if it will mess up things for anyone else!)

See here for more information on this error: https://stackoverflow.com/questions/9750610/ruby-require-error-cannot-load-such-file/9750732

ChillerDragon commented 4 years ago

I used the same fix for the manual installation. I assumed this was some magic so it works better in a package manager installation. If the brew and the aur versions still work with this fix then please merge it so it is also easier to install it manually :)

sinclairtarget commented 4 years ago

Installing um as a Gem makes it a lot easier to package for package managers. When I first submitted it to Homebrew/core, somebody suggested I do that.

If you want to install manually, you just need to make sure to install the gem too. See https://github.com/sinclairtarget/um/issues/26#issuecomment-554677155