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 (#1248)
This commit is contained in:
parent
8d1c970031
commit
c5a0fdf660
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue