From c5a0fdf660f0f08efa004fddfec570d304866cd5 Mon Sep 17 00:00:00 2001 From: Russ Date: Thu, 30 Apr 2026 06:46:32 +1000 Subject: [PATCH] Use standard prefix for home dir installs (#1248) --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 174e8e0..dfe2ccc 100644 --- a/Installation.md +++ b/Installation.md @@ -144,7 +144,7 @@ alternate location, specify a `PREFIX` when calling `make`. ```bash # Non-root users can install under their home directory -make install PREFIX=$HOME/software +make install PREFIX=$HOME/.local # For third-party software kept under /opt make install PREFIX=/opt