From 0284222584981bcd8ad2475e79e40ce619ed07b3 Mon Sep 17 00:00:00 2001 From: Cheesehamster983 Date: Thu, 26 Feb 2026 20:40:15 +0000 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 8c7f97f..092c026 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,29 @@ 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! +# Usage + + +To start TuxCraft use this command: + + +sudo systemctl start tuxcraft + + +After the command above visit the web server at: http://your-servers-ip:8080 make sure to change the ip of your-server-ip to the servers ip. + + +To stop TuxCraft use this command: + + +sudo systemctl stop tuxcraft + + +To view the status of TuxCraft use this command: + + +sudo systemctl status tuxcraft + # Uninstalling