ok-borg / borg

Search and save shell snippets without leaving your terminal
Apache License 2.0
1.61k stars 58 forks source link

No available formula with the name "borg" #50

Closed pkuczynski closed 7 years ago

pkuczynski commented 7 years ago

brew install borg display Error: No available formula with the name "borg"

jeremyletang commented 7 years ago

hey, I just tried to brew info borg, brew search borg, and both list and give informations about borg. Maybe you need to run brew update in order to update your local list of brew formulas ?

crufter commented 7 years ago

If that's the case, @jeremyletang we should include brew update in the readme.

jeremyletang commented 7 years ago

@crufter , haha if you want, but I'm not sure the goal of our readme is to cover brew documentation ?

crufter commented 7 years ago

Can't hurt, it's one line, and if it avoids problems, a line well spent

pkuczynski commented 7 years ago

Strange. I did run brew update, however

$ brew --version
Homebrew 1.1.9-32-g73df504
Homebrew/homebrew-core (git revision a5307; last commit 2016-09-20)

So I have latest brew. just brew-core does not seem to get updated. Odd.

jeremyletang commented 7 years ago
$ brew --version
Homebrew 1.1.9
Homebrew/homebrew-core (git revision 4bbfe; last commit 2017-02-07)

here is my brew version. it's odd yeah.

pkuczynski commented 7 years ago

Mae culpa, had homebrew-core set for a branch. Now it all works, thanks!