From 4f0d529d9529da91f8d9a821e1e03b95da9c2f78 Mon Sep 17 00:00:00 2001 From: CyrusYip <60951091+CyrusYip@users.noreply.github.com> Date: Fri, 2 Oct 2020 05:59:19 +0800 Subject: [PATCH] Add uninstallation method to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a95097c9..648c2b24 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,10 @@ Installation is an optional step since the built binary can be used as-is withou NB: Don't do that on Windows! +You can uninstall via: + + make uninstall + ## License This project is licensed under the GNU GPLv3+ license, a copy of which can be found in the `LICENSE.txt` file.