Update 'README.md'

main
Steffen Pohle 2 years ago
parent 738a41d27b
commit 3e1e74a34a

@ -15,9 +15,8 @@ The configuration is loaded in the following order.
## How to build and install ## How to build and install
Meson/Ninja is used for the build process. Meson/Ninja is used for the build process.
To compile and install the application run the following commands: To compile and install the application run the following commands:
''' ```
meson setup build meson setup build
meson compile -C build meson compile -C build
meson install -C build meson install -C build
''' ```

Loading…
Cancel
Save