From 3e1e74a34ae20b81f58cae648c6d93710f1f604e Mon Sep 17 00:00:00 2001 From: Steffen Pohle Date: Sun, 30 Jun 2024 16:58:57 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a538e99..665ae6d 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,8 @@ The configuration is loaded in the following order. ## How to build and install Meson/Ninja is used for the build process. To compile and install the application run the following commands: -''' +``` meson setup build meson compile -C build meson install -C build -''' - +```