Fix: Typo in readme.

This commit is contained in:
Thomas Klaehn 2019-07-30 15:33:40 +02:00
parent 42c902ea52
commit 75fcc29d57

View File

@ -24,14 +24,14 @@ PREFIX=/usr/local/ make install
## Uninstallation
```shell
make install
make uninstall
```
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.:
```shell
PREFIX=/usr/local/ make install
PREFIX=/usr/local/ make uninstall
```
## Example