diff --git a/home/faq.html b/home/faq.html
index e53a8af..42fbfaf 100644
--- a/home/faq.html
+++ b/home/faq.html
@@ -20,7 +20,6 @@ dateCreated: 2020-07-02T21:06:26.786Z
Does BeamMP work on Linux?
- BeamMP client is not officially supported on Linux. However, you might be able to get it working by running the launcher in the same proton prefix as the game.
- - BeamMP Server builds can be found in the BeamMP_Server.zip download on the BeamMP website, or in the releases tab on the Github. For building instructions see here.
Why is the launcher flagged by my antivirus or by Windows Defender?
@@ -38,17 +37,41 @@ dateCreated: 2020-07-02T21:06:26.786Z
Is the server working on Linux?
- - BeamMP server can be built on Linux, however builds are not provided, you should build it yourself. It is officially supported on Debian 9 and Debian 10 a tutorial can be found here.
+ - We provide binaries for many Linux distributions here. If there are no binaries for your distribution, you can build it yourself you can do it by downloading the source on our GitHub, a tutorial can be found here.
Miscellaneous
Where can I find the code?
- All the source code can be found on our Github.
- Before doing anything keep in mind that the code is under terms of use
+ - The server, launcher and Lua client code also have licenses:
+
+
I have found a bug, an exploit or anything so, what should I do?
- - If the issue is code related and you know how to use Github, you can post the issue on our Github.
- - If it is not something sensitive, you can create a post on our forum or you can report this on our Discord.
- - If the information is sensitive you can directly report the issue to a staff member on our Discord.
+ - If the issue is code related and you know how to use Github, create a new "Issue" in the appropriate repository on our GitHub. We use an issue-based workflow so even if you already have a fix for the bug, consider opening a new "Issue", then asking a "Pull Request" that solves your "Issue". More info on contributing can be found here.
+ - If you don't have a GitHub account or you don't know how to use GitHub you can get in touch with us in the following ways:
+
+ - If it is not something sensitive, you can create a post on our forum or you can report this on our Discord.
+ - If the information is sensitive you can directly report the issue to a staff member on our Discord.
+
+