From dc1f1b9efa2df9dc7e7ea7267b7a1cb0c1caf568 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 22 Aug 2025 14:12:32 +0300 Subject: [PATCH] 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> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9028d0b..e1395b0 100644 --- a/README.md +++ b/README.md @@ -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