We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a82d50 + bf8dd7d commit 6da7614Copy full SHA for 6da7614
README.md
@@ -6,7 +6,9 @@ VerbalExpressions is a CSharp library that helps to construct difficult regular
6
7
## How to get started
8
When first building the solution there will be external libraries that are missing since GitHub doesn't include DLLs.
9
-The best way to get these libraries into your solution is to use NuGet.
+The best way to get these libraries into your solution is to use NuGet. However, since the project is now using NuGet
10
+Package Restore, manually installing the packages may not be necessary. Below lists the libraries that are required
11
+if manual installing is needed.
12
13
The libraries that are needed to build are the following:
14
* NUnit
0 commit comments