From 75fcc29d57921ab0c12e02624d2ef6af11d6c336 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Tue, 30 Jul 2019 15:33:40 +0200 Subject: [PATCH] Fix: Typo in readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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