docs: Update meson example commands

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2023-05-24 16:35:33 +01:00
parent c217e5905c
commit 716bd4dfd7

View File

@ -143,9 +143,8 @@ To compile the Git version of GLib on your system, you will need to
configure your build using Meson:
```sh
$ meson _builddir .
$ cd _builddir
$ ninja
$ meson setup _builddir .
$ ninja -C _builddir
```
Typically, you should work on your own branch: