From 6398bf1bce033949edc55f6e6f2a8ebdaae4af52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Mon, 24 Nov 2025 23:23:51 +0100 Subject: [PATCH] docs: Switch to build directory for `run` invocation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There's no `Makefile` in the top level build directory so switch to the build dir. Signed-off-by: Guido Günther --- docs/rst/daemon/running.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rst/daemon/running.rst b/docs/rst/daemon/running.rst index f45099bb..3dc71494 100644 --- a/docs/rst/daemon/running.rst +++ b/docs/rst/daemon/running.rst @@ -40,7 +40,7 @@ Synopsis: $ meson -Dsession-managers="[ 'wireplumber' ]" build $ ninja -C build - $ make run + $ make -C build run Run independently or without installing ---------------------------------------