From f7e2a6c17a2e4b237084fe0948c847be799f1469 Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Wed, 2 Aug 2023 12:37:40 +0200 Subject: [PATCH] Use `meson setup` in build instructions Running `setup` without explicitly mentioning it is depreciated and will be removed in a future version of Meson, so let's do it the correct way. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 888bb1e..50ddeca 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Run: ```bash git clone https://github.com/SoongNoonien/mpdevil.git cd mpdevil -meson builddir --prefix=/usr/local +meson setup builddir --prefix=/usr/local sudo ninja -C builddir install sudo glib-compile-schemas /usr/local/share/glib-2.0/schemas sudo gtk-update-icon-cache