8000 Added information about the homebrew package to the README by moonglum · Pull Request #20 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Added information about the homebrew package to the README #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 21, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ effort to operate for the administrator.

### Mac OS X Hints

If you install AvocadoDB on Mac OS X we collected some hints for you:
On Mac OS X you can install AvocadoDB using the packagemanager [Homebrew](http://mxcl.github.com/homebrew/). We are currently waiting for approval of our package, therefore you need to use this:

* The version of bison delivered with OS X is out of date. Update it before installing.
* `brew install https://raw.github.com/tisba/homebrew/master/Library/Formula/avocadodb.rb`

This will install AvocadoDB and all dependencies.

## First Steps

Expand Down
0