Skip to content

Commit 2dae62b

Browse files
authored
Update README-src.md (#96)
1 parent b0ae279 commit 2dae62b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README-src.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Pull request that fall within the scope of this project are welcome.
2323
You can either add this library as a nuget package to project, or include the source and add a
2424
project reference.
2525

26+
To run the code from this library, you must have the Microsoft Visual C++ Redistributable (2015-2022) installed, which provides the required runtime libraries.
27+
You can download it from the [official Microsoft website](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist).
28+
2629
### Adding as a Nuget package
2730

2831
Add the [Rubjerg.Graphviz nuget package](https://www.nuget.org/packages/Rubjerg.Graphviz/) to

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Pull request that fall within the scope of this project are welcome.
2323
You can either add this library as a nuget package to project, or include the source and add a
2424
project reference.
2525

26-
To run the code from this library, you must have the Microsoft Visual C++ Redistributable (2015-2022) installed, which provides the required runtime libraries.
27-
You can download it from the [official Microsoft website](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist).
26+
To run the code from this library, you must have the Microsoft Visual C++ Redistributable (2015-2022) installed, which provides the required runtime libraries.
27+
You can download it from the [official Microsoft website](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist).
2828

2929
### Adding as a Nuget package
3030

0 commit comments

Comments
 (0)