From 582f5470039c43fdd0dc8112a5456483d67de327 Mon Sep 17 00:00:00 2001 From: Cheesehamster983 Date: Mon, 6 Apr 2026 12:07:19 +0000 Subject: [PATCH] Update README.md --- README.md | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 95b3601..0549619 100644 --- a/README.md +++ b/README.md @@ -5,25 +5,17 @@ TuxCraft a simple minecraft server hosting tool. # Installation -Use this command to download the latest version of TuxCraft: +Use this command to download the latest version of TuxCraft for debian based linux distros like ubuntu: sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_8.1.deb" && sudo dpkg -i tuxcraft_8.1.deb -Or a more manual way to install tuxcraft: -curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_8.1.deb +Use this command to download the latest version of TuxCraft for other linux distros: + +sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_8.1.tar.gz -And after the command above use this command: - - -sudo dpkg -i tuxcraft_8.1.deb - - -And then you have TuxCraft installed! - - -# Usage +# Usage (for Debian based install) To start TuxCraft use this command: @@ -47,6 +39,20 @@ To view the status of TuxCraft use this command: sudo tuxcraft status +# Usage (for the tar.gz install) + + +After downloading the tar.gz version unpack it and open the folder in the terminal like this: + +cd tuxcraft_8.1 + +And then run python3 tuxcraft.py + +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 Use this command to uninstall any version of TuxCraft: