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 -''' - +```