From 08a3e53eff23e6893fc438146d439039da04c6e8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 22 Aug 2025 10:53:15 +0000 Subject: [PATCH 1/2] Initial plan From 2b6318fe376086252b0ec83a7e129022b42d2e93 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 22 Aug 2025 10:56:28 +0000 Subject: [PATCH 2/2] Fix deprecated Meson setup command warning by updating README 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