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.