From e7ee69b24dd8f668fec5520ab046dac27d2b1d6e Mon Sep 17 00:00:00 2001 From: Sai Teja Pottumuttu Date: Mon, 22 Jul 2024 16:12:17 +0530 Subject: [PATCH] docs: Match README installation guide with meson.rst Sync the build and install instructions in README.rst from meson.rst Signed-off-by: Sai Teja Pottumuttu Part-of: --- README.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 3ff6e39c8dc..d9f2f06e9b0 100644 --- a/README.rst +++ b/README.rst @@ -18,11 +18,9 @@ Meson (`docs/meson.rst `_): .. code-block:: sh - $ mkdir build - $ cd build - $ meson .. - $ sudo ninja install - + $ meson setup build + $ ninja -C build/ + $ sudo ninja -C build/ install Support -------