Skip to content

Commit

Permalink
Correct brew formula for thirft (apache#626)
Browse files Browse the repository at this point in the history
brew formula for thrift is `brew install [email protected]` not [email protected]
see https://formulae.brew.sh/formula/thrift
  • Loading branch information
archgroove authored and xhochy committed Mar 31, 2019
1 parent 811310d commit c5561be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sudo make install
If you're on OSX and use homebrew, you can instead install Thrift 0.12.0 with `brew` and ensure that it comes first in your `PATH`.

```
brew install [email protected].0
brew install [email protected]
export PATH="/usr/local/opt/[email protected]/bin:$PATH"
```

Expand Down

0 comments on commit c5561be

Please sign in to comment.