Updated meson command in readme
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md +1 -1
@@ 11,7 11,7 @@ wlrobs is an obs-studio plugin that allo
 ## Building
 	hg clone https://hg.sr.ht/~scoopta/wlrobs
 	cd wlrobs
-	meson build
+	meson setup build
 	ninja -C build
 The screencopy backend can be disabled with the `-Duse_scpy=false` meson option, likewise dmabuf can be disabled with `-Duse_dmabuf=false`