Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
75fcc29d57 |
@ -24,14 +24,14 @@ PREFIX=/usr/local/ make install
|
|||||||
## Uninstallation
|
## Uninstallation
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
make install
|
make uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
Removes the files installed with the `install` make target.
|
Removes the files installed with the `install` make target.
|
||||||
> **NOTE:** If `PREFIX` variable was changed during installation process the same value needs to be set for uninstallation. E.g.:
|
> **NOTE:** If `PREFIX` variable was changed during installation process the same value needs to be set for uninstallation. E.g.:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
PREFIX=/usr/local/ make install
|
PREFIX=/usr/local/ make uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
Loading…
Reference in New Issue
Block a user