docs: Switch to build directory for run invocation

There's no `Makefile` in the top level build directory so
switch to the build dir.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
This commit is contained in:
Guido Günther 2025-11-24 23:23:51 +01:00
parent f196d10e87
commit 6398bf1bce

View file

@ -40,7 +40,7 @@ Synopsis:
$ meson -Dsession-managers="[ 'wireplumber' ]" build
$ ninja -C build
$ make run
$ make -C build run
Run independently or without installing
---------------------------------------