summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Martinsons <frederic.martinsons@sigfox.com>2022-09-10 08:41:28 +0200
committerFrederic Martinsons <frederic.martinsons@sigfox.com>2022-10-11 15:21:13 +0200
commit20cb41d88f1ddb71b90f6b0db7dbfc6709305bb7 (patch)
tree89f38fc8c200356b1536277d2e08683b9906ff95
parent39e6a1f5ccd25abba5b2f618cec772b24f40085f (diff)
downloadjson-glib-20cb41d88f1ddb71b90f6b0db7dbfc6709305bb7.tar.gz
Update the README.md for build command example
Being explicit on setup args and add compile argument for building Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5ecf45f..2eb9044 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,8 @@ Build and installation
To build JSON-GLib just run:
```sh
- $ meson _build .
- $ meson -C _build
+ $ meson setup _build .
+ $ meson compile -C _build
$ meson test -C _build
$ meson install -C _build
```