Update README.md

This commit is contained in:
2026-04-06 12:07:19 +00:00
parent 0c0d55418f
commit 582f547003

View File

@@ -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: