mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Clarify uninstallation instructions
This commit is contained in:
parent
986d7cba79
commit
18fda74885
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
@ -70,8 +70,20 @@ make PROG_PREFIX=PREFIX_GOES_HERE install
|
||||||
Uninstallation Instructions
|
Uninstallation Instructions
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
Do the same command as in the Installation Instructions above, but replace
|
To uninstall all utilities:
|
||||||
```install``` with ```uninstall```.
|
```
|
||||||
|
make uninstall
|
||||||
|
```
|
||||||
|
|
||||||
|
To uninstall the multicall binary:
|
||||||
|
```
|
||||||
|
make MULTICALL=1 uninstall
|
||||||
|
```
|
||||||
|
|
||||||
|
To uninstall every program (other than the multicall binary) with a set prefix:
|
||||||
|
```
|
||||||
|
make PROG_PREFIX=PREFIX_GOES_HERE uninstall
|
||||||
|
```
|
||||||
|
|
||||||
Test Instructions
|
Test Instructions
|
||||||
-----------------
|
-----------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue