sb2nov / mac-setup

Installing Development environment on macOS
https://sourabhbajaj.com/mac-setup/
Other
7.18k stars 1.02k forks source link

update install command for heroku #247

Closed dlionz closed 5 years ago

dlionz commented 5 years ago

Looks like $ brew install heroku-toolbelt throws an error now.

Heroku docs suggest $ brew install heroku/brew/heroku

Error: No available formula with the name "homebrew/core/heroku" ==> Searching for a previously deleted formula (in the last month)... Warning: homebrew/core is shallow clone. To get complete history run: git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found. ==> Searching for similarly named formulae... Error: No similarly named formulae found.

simeg commented 5 years ago

@dlionz Thanks for contributing!