Use standard prefix for home dir installs

This commit is contained in:
Russ 2026-04-29 18:34:41 +10:00 committed by GitHub
parent 8d1c970031
commit 46eb5d7ac0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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