From 10f626637bf80aba00943d65a287c35059013e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= <40623528+Rafostar@users.noreply.github.com> Date: Sun, 21 Apr 2024 19:58:44 +0200 Subject: [PATCH] Update install steps in README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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?