diff --git a/README.md b/README.md index 865d2b11..8f13540c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Assuming you already have all the usual building tools installed (e.g. gcc, meso To build the documents, you need `asciidoc` -### How to build +### To build ```bash $ meson --buildtype=release . build @@ -55,6 +55,14 @@ $ ninja -C build Built binary can be found in `build/src` +### To install + +``` bash +$ ninja -C build install +``` + +Default install prefix is `/usr/local`, you can change it with `meson configure -Dprefix= build` + ## How to Contribute ### Code