From b0d096ddfbb473a9d1770cf17c0cf03ad0a0163f Mon Sep 17 00:00:00 2001 From: edisionnano Date: Wed, 21 Aug 2024 23:18:20 +0300 Subject: [PATCH] Add uninstall instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index accd733..c24dd2a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ First you will need to clone the repository and cd inside ```sh git clone https://github.com/edisionnano/QDiskInfo.git && cd QDiskInfo ``` -Then you must create a build directory and cd inside +Then you must create a build directory and cd inside, you can name it `build` ```sh mkdir build && cd build ``` @@ -37,6 +37,11 @@ This will create a `QDiskInfo` binary on the build directory but you can also in ```sh sudo make install ``` +If you installed QDiskInfo on your system using `sudo make install` and wish to uninstall it then run +```sh +sudo xargs rm < install_manifest.txt +``` +in your build directory. The `install_manifest.txt` file is generated after running `sudo make install` so if you no longer have it, you can install again and then uninstall. ## Localisation Currently, QDiskInfo has support for the following languages: