Compare commits

..

No commits in common. "master" and "1.0" have entirely different histories.
master ... 1.0

View File

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