mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #1432 from mmatous/clarify-make-install
README: clarify elevated installation
This commit is contained in:
commit
7df7c14298
1 changed files with 5 additions and 0 deletions
|
@ -124,6 +124,11 @@ To install all available utilities:
|
||||||
$ make install
|
$ make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To install using `sudo` switch `-E` must be used:
|
||||||
|
```bash
|
||||||
|
$ sudo -E make install
|
||||||
|
```
|
||||||
|
|
||||||
To install all but a few of the available utilities:
|
To install all but a few of the available utilities:
|
||||||
```bash
|
```bash
|
||||||
$ make SKIP_UTILS='UTILITY_1 UTILITY_2' install
|
$ make SKIP_UTILS='UTILITY_1 UTILITY_2' install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue