diff --git a/README.md b/README.md index f6b9a15..08ce0f5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # Megapixels A GTK3 camera application that knows how to deal with the media request api + +## Building + +```shell-session +$ meson build +$ cd build +$ ninja +$ sudo ninja install +```