Skip to content

Commit

Permalink
MINOR: [GLib][Doc] Fix wrong build directory in README.md (apache#12111)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbs authored Jan 10, 2022
1 parent f7bd4c3 commit 4f0984e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_glib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Others:
```console
$ meson setup c_glib.build c_glib --buildtype=release
$ meson compile -C c_glib.build
$ sudo meson install -C build
$ sudo meson install -C c_glib.build
```

### How to build by developers
Expand Down

0 comments on commit 4f0984e

Please sign in to comment.