From bf1d0a14120f05766a9c2e9c480a742ec54caf7f Mon Sep 17 00:00:00 2001 From: Sebastian Lague Date: Sat, 22 Jul 2023 05:14:34 +0200 Subject: [PATCH] Added linux build info to FAQ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2b71e7..cf1332d 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,6 @@ There is a size limit on the code you create called the _bot brain capacity_. Th All names (variables, functions, etc.) are counted as a single token, regardless of length. This means that both lines of code: `bool a = true;` and `bool myObscenelyLongVariableName = true;` count the same. Additionally, the following things do not count towards the limit: white space, new lines, comments, access modifiers, commas, and semicolons. -## FAQ -Nothing yet +## FAQ and Troubleshooting +* [Running on Linux](https://github.com/SebLague/Chess-Challenge/discussions/3)