diff --git a/docs/1:-Setting-Up-FNA.md b/docs/1:-Setting-Up-FNA.md index cb743f0..8fde691 100644 --- a/docs/1:-Setting-Up-FNA.md +++ b/docs/1:-Setting-Up-FNA.md @@ -4,7 +4,7 @@ This page has two parts: The first sets up the FNA team's recommended developmen ## Chapter 1a: Linux Setup -The Linux development environment for FNA is supported on all distributions with Flatpak support, including SteamOS! +The Linux development environment for FNA is supported on all distributions with Flatpak support, including SteamOS! (But, if you absolutely _must_ know, the FNA team uses [Fedora Workstation](https://fedoraproject.org/workstation/).) You may be able to find VSCode and the .NET SDKs via apps like KDE Discover, but it's easier to get everything at once with a single portable terminal command: @@ -193,4 +193,4 @@ For Visual Studio 2019 users, follow these additional steps to allow VS to build 3. Address this discrepancy by clicking on the platform dropdown for your project and clicking New 4. In the New Project Platform dialog that appears, create a new platform using x64 from the dropdown. Copying settings from Any CPU is fine, and make sure the 'Create new solution platforms' is unchecked -You can now build your project for x64! \ No newline at end of file +You can now build your project for x64!