diff --git a/README.md b/README.md index e67bd7a..8c7f97f 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,21 @@ And after the command above use this command: sudo dpkg -i tuxcraft_2.1.deb -And then you have TuxCraft installed! Make sure to read the README.md in /usr/share/tuxcraft for starting instructions and more! \ No newline at end of file +And then you have TuxCraft installed! Make sure to read the README.md in /usr/share/tuxcraft for starting instructions and more! + + +# Uninstalling + +Use this command to uninstall any version of TuxCraft: + + +sudo apt remove tuxcraft + + +And this command to make sure everything of tuxcraft is gone: + + +sudo apt purge tuxcraft + + +And then you have deleted TuxCraft! \ No newline at end of file