From 8ebb324f2e11c353b8e0bba4d64b247e48697d9d Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 6 Jul 2020 19:07:42 +0100 Subject: [PATCH] Recommend a .local install --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6af8840e3..4d24206ce 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Basic Installation Run: - meson builddir + meson builddir --prefix ~/.local/ builddir meson compile -C builddir You can then run Gnofract 4D in the local directory: @@ -23,7 +23,7 @@ You can then run Gnofract 4D in the local directory: You can also install it: - sudo meson install -C builddir + meson install -C builddir You can then run it as: