Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 431 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 431 Bytes

homebrew-belt

Homebrew repository for belt command

brew tap waltzofpearls/belt
brew install belt

NOTE If you are running into the following error when you are trying to brew upgrade belt:

Error: belt: undefined method `split' for nil:NilClass

Then run the these commands to fix it:

brew uninstall belt
brew untap waltzofpearls/belt
brew tap waltzofpearls/belt
brew install belt