diff --git a/README.md b/README.md index 18523b63b1..5ad4bd8789 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,9 @@ Solution Explorer) and go to properties. In the Debug menu, change "Application process" and "Background task process" to "Native Only". You should then be able to build & debug the Terminal project by hitting -F5. +F5. Make sure to select either the "x64" or the "x86" platform - the +Terminal doesn't build for "Any Cpu" (because the Terminal is a C++ application, +not a C# one). > 👉 You will _not_ be able to launch the Terminal directly by running the > WindowsTerminal.exe. For more details on why, see