Fix deprecated Meson setup command warning in README (#61)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: alex19EP <4889846+alex19EP@users.noreply.github.com>
This commit is contained in:
Copilot 2025-08-22 14:12:32 +03:00 committed by GitHub
commit dc1f1b9efa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: change to the source directory, then type:
```bash ```bash
meson . ./build meson setup . ./build
cd ./build cd ./build
ninja ninja
sudo ninja install sudo ninja install