Skip to content

Commit

Permalink
MINOR: [GLib][Docs] Specify Brewfile location explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
tikkss committed Nov 5, 2023
1 parent fc8c6b7 commit 321a779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c_glib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ required packages.
macOS:

```console
$ brew bundle
$ brew bundle --file=c_glib/Brewfile
$ meson setup c_glib.build c_glib --buildtype=release
$ meson compile -C c_glib.build
$ sudo meson install -C c_glib.build
Expand Down Expand Up @@ -128,7 +128,7 @@ $ sudo pip3 install meson
On macOS with [Homebrew](https://brew.sh/):

```console
$ brew bundle
$ brew bundle --file=c_glib/Brewfile
```

You can build and install Arrow GLib by the followings:
Expand Down

0 comments on commit 321a779

Please sign in to comment.