From b383a4aea574ee42f883ec78ba1d015bccfc06ff Mon Sep 17 00:00:00 2001 From: Jerzy Mansarlinski Date: Sun, 29 Mar 2026 15:58:16 +0100 Subject: [PATCH] Add "meson install" to the readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6f87f8e..604a52c 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,13 @@ Compile the project meson compile -C builddir ``` +### Install + +Install the executable to the default location. +``` +meson install -C builddir +``` + ## License This project is licensed under the MIT License. See [LICENSE](./LICENSE) for full text.