Update README.md
This commit is contained in:
27
README.md
27
README.md
@@ -8,13 +8,13 @@ TuxCraft a simple minecraft server hosting tool.
|
|||||||
Use this command to download the latest version of TuxCraft:
|
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:
|
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!
|
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:
|
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:
|
To stop TuxCraft use this command:
|
||||||
|
|
||||||
|
|
||||||
sudo systemctl stop tuxcraft
|
sudo tuxcraft stop
|
||||||
|
|
||||||
|
|
||||||
To view the status of TuxCraft use this command:
|
To view the status of TuxCraft use this command:
|
||||||
|
|
||||||
|
|
||||||
sudo systemctl status tuxcraft
|
sudo tuxcraft status
|
||||||
|
|
||||||
|
|
||||||
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)
|
|
||||||
|
|
||||||
|
|
||||||
# Uninstalling
|
# Uninstalling
|
||||||
|
|||||||
Reference in New Issue
Block a user