Skip to content
Permalink
Browse files
trivial: Fix deprecated meson command in Readme (#453)
  • Loading branch information
JakobDev committed Dec 22, 2022
1 parent b2649eb commit 44c906d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -75,7 +75,7 @@ Use Meson to configure AppStream and build it with ninja:
```bash
mkdir build
cd build
meson <flags> ..
meson setup <flags> ..
ninja
ninja test
```

0 comments on commit 44c906d

Please sign in to comment.