From ca7bf9ff4a1987f358a27c173d46fad7a4645658 Mon Sep 17 00:00:00 2001 From: laurirasanen Date: Sun, 29 Sep 2024 17:58:42 +0300 Subject: [PATCH] readme: Fix Meson deprecated command warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aa0227bf..97dea45b3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If running RadeonSI clients with older cards (GFX8 and below), currently have to ``` git submodule update --init -meson build/ +meson setup build/ ninja -C build/ build/gamescope -- ```