From 5c5a29af6b53ef1e18777c8b048de49f58d3cfd6 Mon Sep 17 00:00:00 2001 From: naglis <827324+naglis@users.noreply.github.com> Date: Fri, 17 Nov 2023 04:21:57 +0200 Subject: [PATCH] Update build instructions Since Meson 0.64 invoking it without commands issues a warning: > WARNING: Running the setup command as `meson [options]` instead of > `meson setup [options]` is ambiguous and deprecated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0194b9..7668052 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Balss is an easy to use player for audiobook files with chapters such as m4b or ```bash git clone https://gitlab.com/nvlgit/Balss.git && cd Balss -meson builddir --prefix=/usr && cd builddir +meson setup builddir --prefix=/usr && cd builddir ninja su -c 'ninja install' ```