diff --git a/README-src.md b/README-src.md index c4e95676..c543bd8f 100644 --- a/README-src.md +++ b/README-src.md @@ -23,6 +23,9 @@ Pull request that fall within the scope of this project are welcome. You can either add this library as a nuget package to project, or include the source and add a project reference. +To run the code from this library, you must have the Microsoft Visual C++ Redistributable (2015-2022) installed, which provides the required runtime libraries. +You can download it from the [official Microsoft website](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist). + ### Adding as a Nuget package Add the [Rubjerg.Graphviz nuget package](https://www.nuget.org/packages/Rubjerg.Graphviz/) to diff --git a/README.md b/README.md index 9296d7a8..1c094d1c 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Pull request that fall within the scope of this project are welcome. You can either add this library as a nuget package to project, or include the source and add a project reference. -To run the code from this library, you must have the Microsoft Visual C++ Redistributable (2015-2022) installed, which provides the required runtime libraries. -You can download it from the [official Microsoft website](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist). +To run the code from this library, you must have the Microsoft Visual C++ Redistributable (2015-2022) installed, which provides the required runtime libraries. +You can download it from the [official Microsoft website](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist). ### Adding as a Nuget package