mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Use standard prefix for home dir installs
This commit is contained in:
parent
8d1c970031
commit
46eb5d7ac0
|
|
@ -144,7 +144,7 @@ alternate location, specify a `PREFIX` when calling `make`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Non-root users can install under their home directory
|
# 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
|
# For third-party software kept under /opt
|
||||||
make install PREFIX=/opt
|
make install PREFIX=/opt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue