From 731f40468756a4a0e5d5c754d0b157d59d1e17b0 Mon Sep 17 00:00:00 2001 From: Harvey Fong Date: Sat, 15 Mar 2025 13:44:28 -0600 Subject: [PATCH] docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57613d1..d206116 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,9 @@ g++ poomer-ftxui-modal_select.cpp -o poomer-ftxui-modal_select -std=c++17 -I../F ``` ## Windows - -launch x64 Native tools Command Prompt for VS2022 +- Install Visual Studio Community 2022 +- Add Desktop development with C++ workload +- Launch x64 Native tools Command Prompt for VS2022 ```