From a554dfec06d2c4be049b04f42937e83986079355 Mon Sep 17 00:00:00 2001 From: Cheesehamster983 Date: Sun, 12 Apr 2026 18:03:25 +0000 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index feb852f..ecf4e74 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,9 @@ And then TuxCraft is started! To stop TuxCraft just ctrl+c in the terminal where you started TuxCraft (I am going to make starting and stopping better in the future.). -# Uninstalling +# Uninstalling (for the Debian based install) -Use this command to uninstall any version of TuxCraft: +Use this command to uninstall TuxCraft: sudo apt remove tuxcraft @@ -67,4 +67,18 @@ And this command to make sure everything of tuxcraft is gone: sudo apt purge tuxcraft +And then you have deleted TuxCraft! + + +# Uninstalling (for the tar.gz install) + +Go to downloads or a other folder where the folder tuxcraft_x.x is located and use these commands: + + +rm -rf tuxcraft_x.x + + +rm -rf tuxcraft_x.x.tar.gz + + And then you have deleted TuxCraft! \ No newline at end of file