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