diff --git a/README.md b/README.md index 010201c..588d305 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ TuxCraft a simple minecraft server hosting tool. Use this command to download the latest version of TuxCraft: -curl -O http://100.117.54.87:3000/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_2.1.deb +curl -O http://100.117.54.87:3000/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_2.14.deb And after the command above use this command: -sudo dpkg -i tuxcraft_2.1.deb +sudo dpkg -i tuxcraft_2.14.deb And then you have TuxCraft installed! Make sure to read the README.md in /usr/share/tuxcraft for starting instructions and more! @@ -26,37 +26,22 @@ And then you have TuxCraft installed! Make sure to read the README.md in /usr/sh To start TuxCraft use this command: -sudo systemctl start tuxcraft +sudo tuxcraft start -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. +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. (and make sure that you use sudo to start tuxcraft other wise its nog going to start) To stop TuxCraft use this command: -sudo systemctl stop tuxcraft +sudo tuxcraft stop To view the status of TuxCraft use this command: -sudo systemctl status tuxcraft - - -To enable TuxCraft on system start up use this command: - - -sudo systemctl enable tuxcraft - - -To disable TuxCraft starting on boot use this command: - - -sudo systemctl disable tuxcraft - - -(TuxCraft is not enabled to start on boot after installing thats why use the command to enable it) +sudo tuxcraft status # Uninstalling