Skip to content

Commit

Permalink
Recommend a .local install
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Jul 6, 2020
1 parent f7c60b7 commit 8ebb324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:

Expand Down

0 comments on commit 8ebb324

Please sign in to comment.