diff --git a/README.md b/README.md index 8b849eb..6961ca6 100644 --- a/README.md +++ b/README.md @@ -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