mirror of
https://github.com/uutils/coreutils
synced 2025-01-18 16:14:13 +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
|
||||
```
|
||||
|
||||
To install using `sudo` switch `-E` must be used:
|
||||
```bash
|
||||
$ sudo -E make install
|
||||
```
|
||||
|
||||
To install all but a few of the available utilities:
|
||||
```bash
|
||||
$ make SKIP_UTILS='UTILITY_1 UTILITY_2' install
|
||||
|
|
Loading…
Reference in a new issue