mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 00:40:06 +01:00
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:
parent
f196d10e87
commit
6398bf1bce
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ Synopsis:
|
|||
|
||||
$ meson -Dsession-managers="[ 'wireplumber' ]" build
|
||||
$ ninja -C build
|
||||
$ make run
|
||||
$ make -C build run
|
||||
|
||||
Run independently or without installing
|
||||
---------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue