diff --git a/README.md b/README.md index 235f1234f..6b88eeafd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,17 @@ The Linux Game Server Manager is tested to work on the following Linux systems. The scripts are written in BASH and Python and would probably work with other distros. -

Instructions

-Full documentation and instructions can be found here. +

"I've found a bug", "Something isn't working for me"

+Before submitting an issue about a script error, try deleting the "functions" folder located where the script is. (ie. /home/tf2/tf2server would be /home/tf2/functions) +This will grab the latest scripts from the repository meaning that if we've already fixed the bug you would be asking about, you'd get the patch that way. +

FAQ

+Q: How do I install a script on my Linux server? +- Full documentation and instructions can be found here. http://danielgibbs.co.uk/lgsm + +Q: There's a feature that I'd like to see implemented, how can I get it put in? +- Create an issue report and we'll tag it as an enhancement, if you are able to program in Bash feel free to send us a pull request, it's much likely to be included as well as faster that way. + +Q: Can you go on my server through SSH and install the server for me? +- Unfortunately, no, the scripts are very easy to install and shouldn't require much help in the first place. If there's a error that you're experiencing, send us an issue report.