1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

README: clarify elevated installation

This commit is contained in:
Martin Matous 2019-10-12 22:09:33 +02:00
parent 91899b34b9
commit 94e756b6cd
No known key found for this signature in database
GPG key ID: 8BED4CD352953224

View file

@ -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