From 1594b8e76016ca6209dd3ccc454f7ff71071f032 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Fri, 7 Mar 2025 08:14:50 +0000 Subject: [PATCH] docs: Make Windows MSVC redist requirement stand out --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5936db6bb..f40128d1e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,12 @@ For instructions on building Deskflow, use the wiki page: [Building](https://git We support all major operating systems, including Windows, macOS, Linux, and Unix-like BSD-derived. -Windows 10 or higher is required. You will need to have installed the [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version). Download latest: [`vc_redist.x64.exe`](https://aka.ms/vs/17/release/vc_redist.x64.exe) +> [!NOTE] +> On Windows, you will need to install the +> [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version). +> Download latest: [`vc_redist.x64.exe`](https://aka.ms/vs/17/release/vc_redist.x64.exe) + +Windows 10 or higher is required. macOS 12 or higher is required.