Fix deprecated Meson setup command warning by updating README

Co-authored-by: alex19EP <4889846+alex19EP@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-08-22 10:56:28 +00:00
commit 2b6318fe37

View file

@ -22,7 +22,7 @@ espeakup yet, espeakup just uses meson, so you should be able to
change to the source directory, then type:
```bash
meson . ./build
meson setup . ./build
cd ./build
ninja
sudo ninja install