diff --git a/README.md b/README.md index e1a04938..b713e1b3 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,10 @@ Those are automatically built on each git commit, thus are considered unstable. ## Installation from Source Code ```sh -meson builddir --prefix=/usr/local -sudo meson install -C builddir +meson setup builddir +cd builddir +meson compile +sudo meson install ``` ## Questions?