Compare commits

..

1 Commits
1.0 ... master

Author SHA1 Message Date
Thomas Klaehn
75fcc29d57 Fix: Typo in readme. 2019-07-30 15:33:40 +02:00

View File

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