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.