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