From 50764fde30b8329bf9b961c7acfc7791a2cb4146 Mon Sep 17 00:00:00 2001 From: Zach <47896974+Zachdehooge@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:15:12 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9c5fe733..a98ce87a 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,6 @@ Frequently asked questions: - A. In Windows, make sure to set the flag `-style fusion` at the end of the target path of the .exe - Example: `C:\Users\Administrator\Desktop\Supercell-Wx\bin\supercell-wx.exe -style fusion` - A. In Linux, if you're using KDE, Supercell Wx should automatically follow your theme settings. + +- Q: How can I contribute? + - A. Head to [Developer Setup](https://supercell-wx.readthedocs.io/en/stable/development/developer-setup.html) to configure the supercell-wx development environment for your IDE. Currently Visual Studio and Visual Studio Code are supported, with support for other IDE's being added down the road