joyent/libuv

doc: mention homebrew in README

Closed this issue · 6 comments

There's been a homebrew formula for libuv for a while: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/libuv.rb
It allows one either to install a pre-built package or build it from scratches:

brew install libuv
brew install --HEAD libuv

I personally think this deserves to be mentioned in README.

I'd be OK with that! Mind sending a pull request? :-)

Not at all.

Maybe it's worth mentioning you MUST use --HEAD at the moment, as non-head is way too old #1553

Yes, I didn't mention the non-head option in the pull request at all.

BTW there is --devel(latest unstable release which is 1.0.0-rc2 currently) option too.

PR landed, closing!