This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 84f18c5  ARROW-1910: [C++] Use c_glib Brewfile in README for 
installing dependencies on macOS (#1407)
84f18c5 is described below

commit 84f18c579f4092ba21e1d077c4a1823432022010
Author: Lewis John McGibbney <lewis.mcgibb...@gmail.com>
AuthorDate: Sun Dec 10 15:25:39 2017 -0800

    ARROW-1910: [C++] Use c_glib Brewfile in README for installing dependencies 
on macOS (#1407)
---
 cpp/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/README.md b/cpp/README.md
index 2034d29..92e87cb 100644
--- a/cpp/README.md
+++ b/cpp/README.md
@@ -42,7 +42,7 @@ sudo apt-get install cmake \
 On OS X, you can use [Homebrew][1]:
 
 ```shell
-brew update && brew bundle --file=cpp/Brewfile
+brew update && brew bundle --file=c_glib/Brewfile
 ```
 
 If you are developing on Windows, see the [Windows developer guide][2].

-- 
To stop receiving notification emails like this one, please contact
['"commits@arrow.apache.org" <commits@arrow.apache.org>'].

Reply via email to