From 46eb5d7ac0a0b92525f77691a8180ac08ed94918 Mon Sep 17 00:00:00 2001 From: Russ Date: Wed, 29 Apr 2026 18:34:41 +1000 Subject: [PATCH] Use standard prefix for home dir installs --- 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