From 26bf62a8996801b32dc4c541ef6fc02158d16e60 Mon Sep 17 00:00:00 2001 From: rdbo Date: Thu, 4 Jan 2024 08:21:05 +0000 Subject: [PATCH] fixed meson setup directory on readme Signed-off-by: rdbo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca90ae9..2887f53 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ mkdir -p bld/release && cd bld/release Second, configure the build (if you intend to install it globally, you might also want `--prefix=/usr`): ```sh -meson setup --buildtype=release .. +meson setup --buildtype=release ../.. ``` Optionally, explicitly disable a backend (or enable, if you want a