Hack: Homebrew formula broken?

Created on 13 Nov 2016  路  7Comments  路  Source: source-foundry/Hack

$> brew tap caskroom/fonts

$> brew install font-hack
Error: No available formula with the name "font-hack"
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
Error: No formulae found in taps.

Most helpful comment

@eggsyntax you're missing cask in the second command. the commands below worked for me:

$ brew tap caskroom/fonts
$ brew cask install font-hack

All 7 comments

We don't maintain the Homebrew cask for Hack. I would check with the Homebrew crew to see if there is a problem with the install script. Help with a fix would be greatly appreciated!

@eggsyntax you're missing cask in the second command. the commands below worked for me:

$ brew tap caskroom/fonts
$ brew cask install font-hack

@chrissimpkins fair enough, thanks!
@beng Doh! You're entirely correct; my bad. Thanks :)

Closed as PEBKAC.

thanks!

Would be nice to have this in the readme, I personally had no idea that caskroom/fonts/font-hack means these 2 commands

Thanks for this feedback Sergey. Yes, we can definitely add the instructions to the README.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

paride picture paride  路  4Comments

iamjamestl picture iamjamestl  路  11Comments

jdw1996 picture jdw1996  路  14Comments

ben-albrecht picture ben-albrecht  路  3Comments

tflo picture tflo  路  16Comments